Skip to content

Untag conversation

Request

Untag a conversation. You may remove active or inactive tags from a conversation.

Security
ApiKeyAuth
Path
conversationIdinteger, (int64)required
tagIdstring, (uuid)required
DELETE
/v1/conversations/{conversationId}/tags/{tagId}
curl -i -X DELETE \
  'https://dev.dixa.io/v1/conversations/{conversationId}/tags/{tagId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The conversation was successfully untagged

Response
No content