---
title: "Cancel a user's Stripe subscription"
method: DELETE
path: "/blaize/payment/stripe/subscriptions/{externalId}"
tags: ["Stripe Payments"]
---

# Cancel a user's Stripe subscription

`DELETE /blaize/payment/stripe/subscriptions/{externalId}`

Cancels a user's Stripe subscription

## Path parameters

- `externalId` string, required

## Response `200`

OK

## Other responses

- `403` — Forbidden
- `404` — Cannot find the subscription.
- `409` — Subscription was already cancelled

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
