Search + K

Command Palette

Search for a command to run...

Sign In

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

DELETE /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json
Copy endpoint
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