cURL
curl --request POST \ --url https://api.absch.info/api/v1/external/unlink-account \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "absLinkCode": "<string>", "sourceAgencyCode": "<string>" } '
{ "type": "https://httpstatuses.io/401", "title": "Unauthorized", "status": 401, "traceId": "00-ccc5b50f398a9aa326376cae4c94f0aa-02446e117618e206-00" }
Unlinks an external user account from the ABS system. This endpoint is used to remove the connection between an external user and their ABS account.
Please insert JWT with Bearer into field
Success