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
  }
}

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