cURL
curl --request DELETE \ --url https://api.bspk.com/api/platform/v1/clients/{id}/external_link \ --header 'Authorization: Bearer <token>'
Removes the Link from BSPK Client with a client 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>
BSPK's unique identifier of the client.
Successful response