Delete service

DELETE /v1/Services/{Sid}

A Messaging Service resource to create, fetch, update, delete or add/remove senders from Messaging Services.

Path parameters

  • Sid string Required

    The SID of the Service resource to delete.

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

Responses

  • 204

    The resource was deleted successfully.

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