Delete worker

DELETE /v1/Workspaces/{WorkspaceSid}/Workers/{Sid}

TODO: Resource-level docs

Headers

  • If-Match string

    The If-Match HTTP request header

Path parameters

  • WorkspaceSid string Required

    The SID of the Workspace with the Worker to delete.

  • Sid string Required

    The SID of the Worker resource to delete.

Responses

  • The resource was deleted successfully.

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"