Skip to main content
DELETE
/
api
/
platform
/
v1
/
shoppers
/
{id}
/
external_link
Removes the link from a BSPK Shopper with a Shopper in an external backend system
curl --request DELETE \
  --url https://api.bspk.com/api/platform/v1/shoppers/{id}/external_link \
  --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

id
integer
required

Shopper's BSPK ID.

Response

204 - application/json

Successful response