Delete a specific Subscription.

DELETE /v1/Subscriptions/{Sid}

Subscription to send Event Types to a Sink

Delete a specific Subscription.

Path parameters

  • Sid string Required

    A 34 character string that uniquely identifies this Subscription.

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

Responses

  • 204

    The resource was deleted successfully.

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