Sample - Twilio API
DELETE/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions/{Sid}.json

Delete a specific User Defined Message Subscription.

Delete a specific User Defined Message Subscription.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
AccountSidstringrequired
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages.
CallSidstringrequired
The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages.
Sidstringrequired
The SID that uniquely identifies this User Defined Message Subscription.

1 status code
204The resource was deleted successfully.