Bulk remove agents/admins from the specified queue.
Security
ApiKeyAuth
DELETE
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"
]
}'