---
title: "Unapply an authorisation rule"
method: POST
path: "/v3/spend/applications/{clientId}/spend-controls/rules/unapply"
tags: ["spend-controls"]
---

# Unapply an authorisation rule

`POST /v3/spend/applications/{clientId}/spend-controls/rules/unapply`

Deactivates an authorisation rule. This will result in all card transactions **not** being evaluated against this rule.

The rule still [exists](/api-reference/spend-controls/spendcontrolsruleslist) and can be [applied](/api-reference/spend-controls/spendcontrolsruleapply) again.

## Path parameters

- `clientId` string, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object
  - `ruleId` string — The ID of the authorisation rule.

## Response `200`

Rule unapplied successfully.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.dev/wise/apis/platform-api.md) · [All operations](https://skmtc.dev/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
