Skip to main content
DELETE
/
api
/
platform
/
v1
/
shoppers
/
{shopper_ref}
/
addresses
/
{address_ref}
.json
Delete a shopper address
curl --request DELETE \
  --url https://api.bspk.com/api/platform/v1/shoppers/{shopper_ref}/addresses/{address_ref}.json \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

shopper_ref
string
required

Shopper external ID

address_ref
string
required

Address external ID

Response

Address deleted