Remove the assignee from a conversation
DELETE/api/partner-gateway/v1/inbox/conversations/:chatId/assignee
Clears the current assignee of the conversation, leaving it unassigned. The conversation itself remains active and continues to appear in the inbox; only the ownership link to a specific team member is removed. This operation is idempotent: calling it on a conversation that has no assignee succeeds and still returns 204. Returns 404 if the conversation does not exist or does not belong to your account. Returns 401 if the API key is missing or invalid.
Request
Responses
- 204
- 401
- 404
Assignee removed
Unauthorized
Conversation not found