POST
/
v1
/
client
/
remove_orderly_key
curl --request POST \
  --url https://api-evm.orderly.network/v1/client/remove_orderly_key \
  --header 'Content-Type: application/json' \
  --data '{
  "orderly_key": "<string>"
}'
{
  "success": true,
  "timestamp": 1702989203989
}

Body

application/json
orderly_key
string
required

The Orderly key to be removed from the account

Response

200 - application/json
success
boolean
required
timestamp
integer