> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cryptomate.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete velocity rules

> Remove all purchase rate-limit rules from your card account.

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.

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE "https://api.cryptomate.me/cards/account/configuration/velocity-rules" \
    -H "x-api-key: $CRYPTOMATE_API_KEY"
  ```
</RequestExample>

<ResponseExample>
  ```text 204 No Content theme={null}
  (empty body)
  ```
</ResponseExample>
