v11
OpenAPI 3.1.02026-08-0364112112.3 KBConversations
Remove tag from conversation
Removes a single tag from a conversation by tag ID.
delete/v1/conversations/{id}/tags/{tag_id}
Path parameters
idstring uuid required
tag_idstring uuid required
Response
Successful Response
Example response
{
"lastMessage": {
"agent": {
"profileUrl": "http://www.example.com/"
}
},
"assignedAgent": {
"profileUrl": "http://www.example.com/"
}
}