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
Remove an Orderly key from an account, deactivating it from all usage
OK
The response is of type object.
object