Delete address

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

An Address instance resource represents your or your customer's physical location within a country. Around the world, some local authorities require the name and address of the user to be on file with Twilio to purchase and own a phone number.

Path parameters

  • AccountSid string Required

    The SID of the Account that is responsible for the Address resource to delete.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^AC[0-9a-fA-F]{32}$.

  • Sid string Required

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

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^AD[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json
curl \
 --request DELETE 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json' \
 --user "username:password"