Skip to main content
DELETE
/
v1
/
trading-accounts
/
{trading_account_id}
/
credentials
/
{credential_id}
Delete a broker credential
curl --request DELETE \
  --url https://api.anthid.com/v1/trading-accounts/{trading_account_id}/credentials/{credential_id}
{
  "EncryptionError": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.anthid.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

trading_account_id
string<uuid>
required

Trading account id that owns the credential

credential_id
string<uuid>
required

Broker credential id to delete

Response

Credential deleted