Delete service

DELETE /v1/Services/{Sid}

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: ^IS[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

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