cURL
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>" } ] }
Delete a linked account by its id.
API key for authentication
Successful Response