Clears the operator assignment for one conversation in the current organization. The conversation must belong to that organization.…
bearerAuth In: header
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08/unassign"{
"id": "11111111-1111-4111-8111-111111111111",
"orgId": "22222222-2222-4222-8222-222222222222",
"visitorId": "33333333-3333-4333-8333-333333333333",
"assignedOperatorId": null,
"status": "open",
"priority": "normal",
"resolvedBy": null,
"channel": "widget",
"aiActive": true,
"snoozedUntil": null,
"lastMessageAt": "2026-06-23T08:58:00.000Z",
"metadata": {},
"createdAt": "2026-06-23T08:40:00.000Z",
"updatedAt": "2026-06-23T09:00:00.000Z",
"searchVector": ""
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}Try it
Your API key is sent directly to the Convor API from your browser and is never stored on this site.
Was this page helpful?
Assign operator to conversation
Assigns one conversation to a specific operator in the current organization. The conversation and operator must both belong to that organization.…
Close a conversation
Closes one conversation in the current organization. The request body is optional, so a bare `POST` works.…