Path parameters
-
WorkspaceSid
string Required The SID of the Workspace with the TaskQueue to delete.
-
Sid
string Required The SID of the TaskQueue resource to delete.
DELETE
/v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}
curl \
-X DELETE https://taskrouter.twilio.com/v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid} \
--user "username:password"