---
title: "Cancel a subscription"
method: DELETE
path: "/zephr/subscriptions/{externalId}"
tags: ["Subscription"]
---

# Cancel a subscription

`DELETE /zephr/subscriptions/{externalId}`

It cancels the logged in user's subscription with the provided external identifier (`extenalId`). A logged in session is required for this operation.

## Path parameters

- `externalId` string, required

## Response `200`

OK - Subscription has been cancelled successfully

## Other responses

- `403` — Forbidden - Invalid subscription provided
- `409` — Conflict - This subscription had already been 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/versions/0400dd83950b/schema)
