Delete a phone-numbers belonging to the account used to make the request.
DELETE
/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json https://api.twilio.com
Delete a phone-numbers belonging to the account used to make the request.
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that created the IncomingPhoneNumber resources to delete. | `AC${string}` |
Sid
required
The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete. | `PN${string}` |
Responses
204
The resource was deleted successfully.
unknown