---
title: "Delete Recurring Billing"
method: DELETE
path: "/v1/recurring-billing/{recurring_billing_id}"
---

# Delete Recurring Billing

`DELETE /v1/recurring-billing/{recurring_billing_id}`

Use this API to cancel the recurring billing subscription

## Path parameters

- `recurring_billing_id` string, uuid, required

## Headers

- `X-BUSINESS-API-KEY` string, required

## Response `200`

200

- object
  - `id` string
  - `business_recurring_plans_id` string
  - `customer_name` string
  - `customer_email` string
  - `name` string
  - `description` string
  - `reference` string
  - `cycle` string
  - `cycle_repeat` unknown
  - `cycle_frequency` unknown
  - `currency` string
  - `amount` number
  - `times_to_be_charged` integer
  - `times_charged` integer
  - `status` string
  - `send_email` boolean
  - `save_card` integer
  - `redirect_url` string
  - `payment_methods` string[]
  - `created_at` string
  - `updated_at` string
  - `expires_at` string
  - `url` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/hitpayapp/apis/hitpay-api.md) · [All operations](https://skmtc.net/hitpayapp/apis/hitpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hitpayapp/hitpay-api/versions/6aae1a736990/schema)
