Queues
Delete a Queue
Deletes an empty call queue by SID. A queue with waiting members cannot be deleted and returns a validation error; dequeue its callers before retrying. This removes the same queue that SignalWire REST Delete queue manages.
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
Universal Unique Identifier.
The unique identifier for the account this Queue is associated with.
Sidstring uuid required
Universal Unique Identifier.
The unique identifier for the queue.
Response
204 No Content response.