---
title: "Delete a user."
method: DELETE
path: "/v1/users/{id}"
tags: ["userManagement"]
---

# Delete a user.

`DELETE /v1/users/{id}`

Delete a user with the given identifier from the organization and transfer their content to the user with the identifier specified in "transferTo".

## Path parameters

- `id` string, required

## Query parameters

- `transferTo` string
- `deleteContent` boolean

## Response `204`

User was deleted successfully.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
