---
title: "Unset CashPoint Rules"
method: DELETE
path: "/business/v2/cards/{cardId}/rules/cashpoint/{limitName}"
tags: ["Card Rules"]
---

# Unset CashPoint Rules

`DELETE /business/v2/cards/{cardId}/rules/cashpoint/{limitName}`

Endpoint to unset a `CardRuleCashPointRule` of the `Card`.

## Path parameters

- `cardId` string, required — The `Card` ID.
- `limitName` 'daily' | 'weekly' | 'monthly' | 'chipAndPin' | 'magstripe', required — A `CardRuleCashPointRule` limit name.

## Headers

- `X-Soldo-Fingerprint` string, required — [Advanced authentication](ref:advanced-authentication): `SHA512SUM` of the fingerprint values listed in the fingerprint order for this endpoint.
- `X-Soldo-Fingerprint-Signature` string, required — [Advanced authentication](ref:advanced-authentication): Signature of the `X-Soldo-Fingerprint`.

## Response `200`

The result is a single `CardRuleCashPointRule`.

- CardRuleCashPointRule
  - `enabled` boolean — It determines whether the card rule is enabled.
  - `amount` number — Amount of the limit.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
