---
title: "Cancel Subscription"
method: DELETE
path: "/blaize/payment/braintree/subscriptions/{externalId}"
tags: ["Subscription"]
---

# Cancel Subscription

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

Cancels a subscription using the legacy method.

## Path parameters

- `externalId` string, required

## Response `200`

Subscription cancellation processed successfully.

## Other responses

- `403` — Forbidden - The request was not authorized.
- `409` — Conflict - There was a conflict processing the request.
- `500` — Internal Server Error - An error occurred while cancelling the subscription.

---

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