---
title: "DELETE /users"
method: DELETE
path: "/users"
tags: ["users"]
---

# DELETE /users

`DELETE /users`

Remove a user from a Heartbeat community. The user will no longer be able to access the community. Threads, comments & messages from the user will not be removed

## Request body

- object
  - `email` string, email, required — The email of the user to be deleted. If no user with the provided email exists, will return a 404 response.

## Response `200`

Successful response

## Other responses

- `400` — Invalid request body
- `401` — API Key is missing or invalid
- `404` — Could not find a user with the provided email address

---

[API](https://skmtc.net/heartbeat/apis/heartbeat-api.md) · [All operations](https://skmtc.net/heartbeat/apis/heartbeat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heartbeat/heartbeat-api/versions/6c3cf537d508/schema)
