Skip to main content
DELETE
/
cards
/
account
/
configuration
/
velocity-rules
curl -X DELETE "https://api.cryptomate.me/cards/account/configuration/velocity-rules" \
  -H "x-api-key: $CRYPTOMATE_API_KEY"
(empty body)
Removes all velocity rules configured for your company. Once deleted, no rate-limit validation is applied to card authorizations. Requires an API key with access level 2 or higher.

Response

Returns 204 No Content on success. No response body.
curl -X DELETE "https://api.cryptomate.me/cards/account/configuration/velocity-rules" \
  -H "x-api-key: $CRYPTOMATE_API_KEY"
(empty body)