DELETE
/
api
/
v2
/
public
/
linked-account
/
:linked_account_id
curl --request DELETE \
  --url https://api.gocobalt.io/api/v2/public/linked-account/:linked_account_id \
  --header 'x-api-key: <api-key>'
ok

This API lets you delete an existing linked account

Request description

Path Parameters

linked_account_id
string
required

Unique customer identification id. For Eg: markwood@some_email.com

Response description

ok