Skip to main content

Delete a Queue.

DELETE 

/Accounts/:AccountSid/Queues/:Sid

Delete a single call queue. Only empty queues can be deleted. If the delete is successful, a 204 response, with no body, will be returned.

Permissions

The API token must include the following scopes: Voice.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier for the account this Queue is associated with.

    Sid uuidrequired

    The unique identifier for the queue.

Responses

No Content

Loading...