# Generic SCIM Endpoint - Delete User

The Delete User endpoint deletes the requested user from StrongDM.

### Request

#### Endpoint

`/provisioning/generic/v2/Users/<ID>`

#### HTTP method

`DELETE`

#### Path variables

| Variable | Requirement | Description | Notes                                                                 | Example              |
| -------- | ----------- | ----------- | --------------------------------------------------------------------- | -------------------- |
| `<ID>`   | Required    | User ID     | Returns a 404 if the user ID is not found or if it matches a non-user | `a-53fa578c61716688` |

#### Example request

`DELETE app.strongdm.com/provisioning/generic/v2/Users/a-53fa578c61716688`

### Response

#### Example success response

```http
(Status 204)
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.strongdm.com/references/scim/users/delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
