Remove the assignment of an Add-on installation from the Number specified.
DELETE
/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json https://api.twilio.com
Remove the assignment of an Add-on installation from the Number specified.
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that created the resources to delete. | `AC${string}` |
ResourceSid
required
The SID of the Phone Number to which the Add-on is assigned. | `PN${string}` |
Sid
required
The Twilio-provided string that uniquely identifies the resource to delete. | `XE${string}` |
Responses
204
The resource was deleted successfully.
unknown