Path parameters
- 
    
  
The SID of the Workspace with the TaskQueue to delete.
Minimum length is
34, maximum length is34. Format should match the following pattern:^WS[0-9a-fA-F]{32}$. - 
    
  
The SID of the TaskQueue resource to delete.
Minimum length is
34, maximum length is34. Format should match the following pattern:^WQ[0-9a-fA-F]{32}$. 
        DELETE
    /v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}
  
  curl \
 --request DELETE 'https://taskrouter.twilio.com/v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}' \
 --user "username:password"