Unassign a conversation
POST /api/conversations/{id}/unassign
POST
/api/conversations/{id}/unassign
Remove the current assignment from a conversation, returning it to the shared queue.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
The unique identifier of the conversation to unassign.
Responses
Section titled “ Responses ”The conversation assignment was removed.
Simple success acknowledgment returned by action endpoints (reply, resolve, take-over, etc.).
object
ok
required
Always true on success.
boolean
Example
trueNo conversation exists with the given ID in the authenticated tenant.
Standard error response returned by all endpoints on failure.
object
error
required
A human-readable error message describing what went wrong.
string
Example
Conversation not found