Remove an event type from a subscription

DELETE /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type}

Event subscribed to in the parent subscription

Remove an event type from a subscription.

Path parameters

  • SubscriptionSid string Required

    The unique SID identifier of the Subscription.

  • Type string Required

    Type of event being subscribed to.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type}
curl \
 -X DELETE https://events.twilio.com/v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type} \
 --user "username:password"