Open Context Protocol is live! 🚀 Read the launch post

deleteQueue

Remove an empty queue

DELETE /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json HTTP/1.1

Parameters

{
  "AccountSid": {
    "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to delete.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "Sid": {
    "description": "The Twilio-provided string that uniquely identifies the Queue resource to delete",
    "required": true,
    "location": "path",
    "type": "string"
  }
}