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
Key | Datatype | Required | Description |
---|---|---|---|
X-API-Key | string | Bolt Account API Key | |
X-Publishable-Key | string | Bolt Account Publishable Key | |
Authorization | string | Auth token form shopper OAuth |