Skip to content

Remove agents

Request

Bulk remove agents/admins from the specified queue.

Security
ApiKeyAuth
Path
queueIdstring, (uuid)required
Bodyapplication/jsonrequired

The list of agents/admins to be removed from the queue. Up to 10 members can be specified.

agentIdsArray of strings, (uuid), unique
DELETE
/v1/queues/{queueId}/members
curl -i -X DELETE \
  'https://dev.dixa.io/v1/queues/{queueId}/members' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "agentIds": [
      "743c3781-c882-4352-a1fa-fe5d7a673cfd",
      "cad2f234-8cec-4cd8-96e9-a6491a0176da"
    ]
  }'

Responses

The bulk operation succeeded

Response
No content