---
title: "End the subscription now, whatever the provider"
method: POST
path: "/admin/mcp/billing/users/{userId}/suspend"
tags: ["Admin MCP — Billing"]
---

# End the subscription now, whatever the provider

`POST /admin/mcp/billing/users/{userId}/suspend`

Stops future charges at whichever provider holds the schedule AND cuts app access immediately — no waiting for the paid period to lapse. No money moves: pair it with a refund when the customer is getting paid back. `providerError` means the provider call failed; access was still revoked.

## Path parameters

- `userId` string, required

## Headers

- `x-mcp-api-key` string, required

## Request body

- BillingSuspendDtoClass
  - `initiatedBy` string — Support agent identity for the audit trail.
  - `reason` string — Why the subscription was ended on the spot.

## Response `200`

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
