DeleteMember removes an agent from a queue.
DELETE/api/v1/voice/queue-members/:id
Removes the queue membership. The agent will no longer receive calls from this queue.
Asterisk Sync
On success, removes member from Asterisk queue_member table.
Errors
- NOT_FOUND: Queue member does not exist
- PERMISSION_DENIED: Caller lacks voice:queue:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.