Skip to main content
DELETE
/
v1
/
linked-accounts
/
{linked_account_id}
Delete Linked Account
curl --request DELETE \
  --url https://api.example.com/v1/linked-accounts/{linked_account_id} \
  --header 'X-API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

API key for authentication

Path Parameters

linked_account_id
string<uuid>
required

Response

Successful Response