cURL
curl --request POST \ --url https://api.peere.network/v1/bank/customer/device/unlink \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "customerId": "<string>", "phrase": "<string>", "deviceId": "<string>" } '
{ "statusCode": 200, "success": true, "message": "<string>" }
Unlink a device from a customer’s phrase.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Device unlinked successfully
200
true