---
title: "Deleting a User"
method: DELETE
path: "/v1/users/{actorId}"
tags: ["Users"]
---

# Deleting a User

`DELETE /v1/users/{actorId}`

Upon User deletion:

* The account will be removed,

* the user will be logged out of all existing sessions,

* and should the user attempt to reset their password, they will receive an email informing them that their account has been removed.

The User record will remain on file within the database, so that when for example information about the creator of a Form or Submission is requested, basic details are still available on file. A new User account may be created with the same email address as any deleted accounts.

## Path parameters

- `actorId` string, required

## Response `200`

OK

- Success
  - `success` boolean, required

---

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