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

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

TODO: Resource-level docs

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

Path parameters

  • AccountSid string Required

    The SID of the Account that created the resources to delete.

  • ResourceSid string Required

    The SID of the Phone Number to which the Add-on is assigned.

  • Sid string Required

    The Twilio-provided string that uniquely identifies the resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json
curl \
 -X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json \
 --user "username:password"