---
title: "Disable an existing permit."
method: POST
path: "/disablePermit"
tags: ["General"]
---

# Disable an existing permit.

`POST /disablePermit`

Disable a permit that was previously linked to a recurringDetailReference.

## Request body

- DisablePermitRequest
  - `merchantAccount` string, required — The merchant account identifier, with which you want to process the transaction.
  - `token` string, required — The permit token to disable.

## Response `200`

OK - the request has succeeded.

- DisablePermitResult
  - `pspReference` string — A unique reference associated with the request. This value is globally unique; quote it when communicating with us about this request.
  - `status` string — Status of the disable request.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

## Changes

- **2023-03-13** (v68) `a02eae2ddd70` — 7 breaking
  - the request's body type changed from no type to `object`
  - the response's body type changed from no type to `object` for status `200`
  - the response's body type changed from no type to `object` for status `400`
  - the response's body type changed from no type to `object` for status `401`
  - …3 more
- **2023-01-12** (v68) `e0adb3284702` — 1 info
  - endpoint added
- **2022-09-27** (v68) `35b6c488630a` — 1 breaking
  - api path removed without deprecation
- **2022-09-27** (v68) `8c2c2f3de58d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adyen/apis/recurringservice/changes/disablePermit/post.md)

---

[API](https://skmtc.dev/adyen/apis/recurringservice.md) · [All operations](https://skmtc.dev/adyen/apis/recurringservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/recurringservice/revisions/a02eae2ddd70/schema)
