cURL
curl --request DELETE \ --url https://api.papercuts.ai/v1/linked-accounts/{LinkedAccountId} \ --header 'Authorization: Bearer <token>' \ --header 'X-User-Token: <api-key>'
{ "status": "ok" }
Delete a linked account by its ID
Your Papercuts API Key
User Token received while integrating end user accounts
Unique identifier for the linked account
Linked account deleted successfully
The response is of type object.
object