---
title: "Cancel Membership"
method: DELETE
path: "/memberships/"
tags: ["memberships"]
---

# Cancel Membership

`DELETE /memberships/`

Cancel the authenticated user's active membership.

Stops renewal through the user's Temporal workflow. Benefits remain active
until Stripe ends the current billing period.

Requires authentication via Bearer token.

## Response `200`

Successful Response

- MembershipResponse — Schema for membership responses.
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `plan_id` string, uuid, required
  - `status` string, required
  - `started_at` string, date-time, required
  - `expires_at` string, date-time, nullable, required
  - `cancelled_at` string, date-time, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
