Delete a specific Service.

DELETE /v1/Services/{Sid}

Delete a specific Service.

Path parameters

  • Sid string Required

    The Twilio-provided string that uniquely identifies the Service resource to delete.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^KS[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{Sid}
curl \
 --request DELETE 'https://proxy.twilio.com/v1/Services/{Sid}' \
 --user "username:password"