Search + K

Command Palette

Search for a command to run...

Sign In

Remove an empty queue

DELETE /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json
Copy endpoint
https://api.twilio.com

Remove an empty queue

Parameters

path Path Parameters

Name Type
AccountSid required

The SID of the Account that created the Queue resource to delete.

`AC${string}`
Sid required

The Twilio-provided string that uniquely identifies the Queue resource to delete

`QU${string}`

Responses

204

The resource was deleted successfully.

unknown