Queues
Delete a Queue
Delete a call queue. Only empty queues can be deleted - attempting to delete a queue with members will return a 422 error.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
delete/Accounts/{AccountSid}/Queues/{Sid}
Path parameters
AccountSidstring uuid required
The unique identifier for the account this Queue is associated with.
Sidstring uuid required
The unique identifier for the queue.
Response
204 No Content response.