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