DELETE
/
v1
/
linked-accounts
/
{LinkedAccountId}
curl --request DELETE \
  --url https://api.papercuts.ai/v1/linked-accounts/{LinkedAccountId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-User-Token: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Your Papercuts API Key

X-User-Token
string
header
required

User Token received while integrating end user accounts

Path Parameters

LinkedAccountId
string
required

Unique identifier for the linked account

Response

200
application/json
Linked account deleted successfully
status
enum<string>
Available options:
ok,
error