Remove an event type from a subscription
Event subscribed to in the parent subscription
Remove an event type from a subscription.
Path parameters
-
The unique SID identifier of the Subscription.
-
Type of event being subscribed to.
DELETE /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type}
curl \
-X DELETE https://events.twilio.com/v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type} \
--user "username:password"