Skip to main content
Delete Account API Key
curl --request DELETE \
  --url https://synthesis.trade/api/v1/account/api-key/{public_key} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "response": {
    "deleted": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://api.synthesis.trade/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Account session token.

Path Parameters

public_key
string
required

Public key to delete.

Response

200 - application/json

Account API key deleted