---
title: "Disable recurring charge plan"
method: DELETE
path: "/v1/recurring-charge-plans/{recurring_charge_plan_id}"
tags: ["Recurring charge plans"]
---

# Disable recurring charge plan

`DELETE /v1/recurring-charge-plans/{recurring_charge_plan_id}`

Disables an active recurring charge plan. Already disabled plans are unaffected.
This endpoint generates a [Recurring charge plan disabled](https://developers.pismo.io/events/docs/balance-recurring-charge-plan-disabled-1) event.

**NOTE:** This endpoint requires an account token — an access token encoded with an account ID. Tokens can expire quickly, which can result in a **401 Unauthorized** message.

## Path parameters

- `recurring_charge_plan_id` integer, required

## Headers

- `x-cid` string

## Response `200`

OK - Indicates that the server accepted the request and disabled the plan.

- object
  - `recurring_charge_plan_id` integer — ID of recurring charge plan
  - `disabled_at` string, date-time — Date and time plan was disabled
  - `disable_all_accounts` boolean

## Other responses

- `400` — Bad request
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
