---
title: "POST /Subscriptions/{id}/cancel"
method: POST
path: "/Subscriptions/{id}/cancel"
tags: ["Subscriptions"]
---

# POST /Subscriptions/{id}/cancel

`POST /Subscriptions/{id}/cancel`

## Path parameters

- `id` string, required

## Request body

- CancelSubscriptionDto
  - `reason` string, nullable

## Response `200`

OK

- SubscriptionDto
  - `id` string
  - `clientId` string
  - `clientName` string, nullable
  - `patientId` string, nullable
  - `patientName` string, nullable
  - `groupCodeId` string
  - `groupCodeName` string, nullable
  - `paymentTokenId` string
  - `paymentTokenLast4` string, nullable
  - `paymentTokenBrand` string, nullable
  - `status` string — "Active" | "Paused" | "PastDue" | "Cancelled" | "Completed".
  - `frequency` string — "Weekly" | "BiWeekly" | "Monthly" | "Quarterly" | "Annually".
  - `billingDayOfMonth` union
    - integer
    - string, int32
  - `startDate` string, date
  - `nextBillingDate` string, date
  - `lastChargedAt` string, date-time, nullable
  - `endDate` string, date-time, nullable
  - `billingCyclesCompleted` union
    - integer
    - string, int32
  - `maxBillingCycles` union
    - integer
    - string, int32
  - `snapshotAmount` union
    - number, double
    - string, double
  - `consecutiveFailureCount` union
    - integer
    - string, int32
  - `lastFailureReason` string, nullable
  - `notes` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
