---
title: "Delete one or more users"
method: DELETE
path: "/v5/userInformation"
tags: ["End User"]
---

# Delete one or more users

`DELETE /v5/userInformation`

Schedule deletion of user accounts along with their associated DynamicEpochValues, DailyDynamicValues, and UserInformation.
Uses asynchronous deletion; returns 204 if successfully queued.

## Headers

- `Authorization` string, required
- `AppAuthorization` string, required

## Response `204`

Successfully added to deletion queue.

## Other responses

- `400` — Error response (invalid parameters, unauthorized, etc.).

---

[API](https://skmtc.dev/thryve/apis/thryve-api.md) · [All operations](https://skmtc.dev/thryve/apis/thryve-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thryve/thryve-api/revisions/a35fa2705278/schema)
