Unassign User from Conversation
DELETE/v1/conversations/{id}/unassign-user
Removes the currently assigned user from the conversation. The conversation remains open but has no assigned agent.
Path Parameters
idstring required
Conversation ID
Example:60f1234567890abcdef12345
Responses
Body
success_codeenum: 200 | 201•Numeric success code matching the HTTP response status. required
Example:200
messagestring required
Example:OK
detailsobject required
dataobject required
conversationIdstring
Example:60f1234567890abcdef12345
assigneeUserstring or null•Assigned user id after unassign; always null on success.
metaobject