curl --request DELETE \
--url https://synthesis.trade/api/v1/account/api-key/{public_key} \
--header 'Authorization: Bearer <token>'{
"success": true,
"response": {
"deleted": true
}
}Delete an account secret API key. This route requires a bearer session.
curl --request DELETE \
--url https://synthesis.trade/api/v1/account/api-key/{public_key} \
--header 'Authorization: Bearer <token>'{
"success": true,
"response": {
"deleted": true
}
}