---
title: "Close the account"
method: POST
path: "/user/closeaccount"
tags: ["User"]
---

# Close the account

`POST /user/closeaccount`

Close the current user account

## Request body

- CloseAccountRequestModel
  - `Password` string, nullable
  - `Reason` string, nullable

## Response `200`

The account was successfully closed

- CloseAccountResponseModel
  - `Success` boolean
  - `Message` string, nullable

## Other responses

- `400` — Failed closing the account
- `401` — The request authorization failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
