cURL
curl --request DELETE \ --url https://api.bspk.com/api/platform/v1/shoppers/{id}/external_link \ --header 'Authorization: Bearer <token>'
Removes the link from BSPK Shopper with a shopper present at your backend system like an ERP.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Shopper's BSPK ID.
Successful response