Sample - Twilio API
DELETE/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json

Delete an account address

Deletes a specific Address associated with an Account. Supply the owning Account SID and the Address SID to identify the resource to remove.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
AccountSidstringrequired
The Account SID responsible for the Address. Must be exactly 34 characters and match `^AC[0-9a-fA-F]{32}$`.
Sidstringrequired
The unique Address SID to delete. Must be exactly 34 characters and match `^AD[0-9a-fA-F]{32}$`.

1 status code
204Returns no content after the Address is deleted successfully.

Error handling

AccountSid must be exactly 34 characters and match the Account SID format AC followed by 32 hexadecimal characters. Sid must be exactly 34 characters and match the Address SID format AD followed by 32 hexadecimal characters.