---
title: "User deactivation"
method: DELETE
path: "/users"
---

# User deactivation

`DELETE /users`

Disable an account.

## Request body

- object
  - `email` string, email, required — The (case-insensitive) email address of the user whose account to deactivate.

## Response `200`

The confirmed account credits.

- object
  - `email` string, email, required — The account email address.
  - `credits` integer, required — The zeroed-out credits as confirmed by the API.

## Other responses

- `400` — The request was malformed.
- `401` — The authorization header was missing.
- `403` — The API token was invalid.
- `404` — One or more resources is nonexistant.
- `422` — One or more parameters were invalid.
- `429` — The rate limit was exceeded.
- `500` — An unknown error occurred.

## Changes

- **2026-06-29** `bbfea328162f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/joinmassive/apis/massive/changes/users/delete.md)

---

[API](https://skmtc.dev/joinmassive/apis/massive.md) · [All operations](https://skmtc.dev/joinmassive/apis/massive/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinmassive/massive/revisions/3a9f7769563f/schema)
