---
title: "Delete the user"
method: POST
path: "/cm/v1/auth/users/withdrawal"
tags: ["User"]
---

# Delete the user

`POST /cm/v1/auth/users/withdrawal`

Delete the user.

## Request body

- MessagesDeleteUserRequest
  - `email` string, required — The user email.
  - `password` string, required — The user password.

## Response `200`

A successful response.

- MessagesDeleteUserResponse

## Other responses

- `default` — Error. Detailed cause can be found in the `details` field.

---

[API](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api.md) · [All operations](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moloco/moloco-ads-campaign-management-api/revisions/5c85d0910ac0/schema)
