/wallet-low-balance
Deletes a wallet low-balance monitoring rule
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Low-balance rule to delete
Response Body
application/json
curl -X DELETE "https://loading/./../api/v1/wallet/low-balance" \ -H "Content-Type: application/json" \ -d '{ "ruleId": "low_balance_rule_id" }'{
"status": "success",
"data": {
"ruleId": "low_balance_rule_id",
"deletedAt": "1970-01-20T20:00:36.260Z"
}
}Empty



