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.

  • Sid string Required

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

Responses

  • 204

    The resource was deleted successfully.

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