Sample - Twilio API
DELETE/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json

Remove the assignment of an Add-on installation from the Number specified.

Remove the assignment of an Add-on installation from the Number specified.

  • 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 created the resources to delete.
ResourceSidstringrequired
The SID of the Phone Number to which the Add-on is assigned.
Sidstringrequired
The Twilio-provided string that uniquely identifies the resource to delete.

1 status code
204The resource was deleted successfully.