---
title: "Create Account Cancellation"
method: POST
path: "/v2/consumers/{consumer_id}/cancel-account/"
tags: ["consumers"]
---

# Create Account Cancellation

`POST /v2/consumers/{consumer_id}/cancel-account/`

## Path parameters

- `consumer_id` string, required

## Headers

- `Authorization` string, required

## Request body

- AccountCancellation
  - `cancellation_reason` string, nullable
  - `details` string, nullable

## Response `201`

- AccountCancellation
  - `cancellation_reason` string, nullable
  - `details` string, nullable

## Changes

- **2026-08-22** `8a237f1f704f` — 1 warning
  - the `cancellation_reason` request property's maxLength was set to `200`

[Change history](https://skmtc.dev/upwardli/apis/api-reference/changes/v2/consumers/:consumer_id/cancel-account/post.md)

---

[API](https://skmtc.dev/upwardli/apis/api-reference.md) · [All operations](https://skmtc.dev/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
