Delete Address

DELETE {{api_base_url}}/v1/account/addresses/:ID

Deletes an existing address in a shopper's address book.

Required Variables

oauthaccesstoken:

An active OAuth access token. Obtain an access token from the Authorization Code Request under the OAuth folder. You will need a shopper's Authorization Code to receive this token.
Testing: For testing purposes, the Create Test Shopper Account request will provide a mechanism to get this value. (Only in Sandbox)

ID:

The address ID of the shopper address you are deleting. You receive this value in the GET Account Details request.

HEADERS

KeyDatatypeRequiredDescription
X-API-KeystringBolt Account API Key
X-Publishable-KeystringBolt Account Publishable Key
AuthorizationstringAuth token form shopper OAuth