cURL
curl --request POST \ --url https://api.orderly.org/v1/client/remove_orderly_key \ --header 'Content-Type: application/json' \ --data ' { "orderly_key": "<string>" } '
{ "success": true, "timestamp": 1702989203989 }
Limit: 10 requests per 1 second per IP address
POST /v1/client/remove_orderly_key
Removes an orderly key from an account and deactivates it for future use.
The Orderly key to be removed from the account
OK
Indicates whether the request was successful.
true
Server timestamp in milliseconds.
1702989203989