REST ClientCompatQueuesdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete a queue. Path parametersAccountSidstringRequiredformat: "uuid"The unique identifier for the account this Queue is associated with.SidstringRequiredformat: "uuid"The unique identifier for the queue.Response Example import { RestClient } from "@signalwire/sdk";const client = new RestClient({ project: "your-project-id", token: "your-api-token", host: "your-space.signalwire.com"});await client.compat.queues.delete("QU...");