DELETE
/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json https://api.twilio.com
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that is responsible for the Address resource to delete. | `AC${string}` |
Sid
required
The Twilio-provided string that uniquely identifies the Address resource to delete. | `AD${string}` |
Responses
204
The resource was deleted successfully.
unknown