---
title: "Delete a User"
method: DELETE
path: "/Users/{userId}"
tags: ["Users"]
---

# Delete a User

`DELETE /Users/{userId}`

Delete a user on Ironclad. If the deletion is successful, all active workflows associated with the deleted user should be automatically reassigned to the default user within the admin group. To learn how to set a default user, see the [Manage Groups](https://support.ironcladapp.com/hc/en-us/articles/12286570480791-Manage-Groups) guide. 

**OAuth Scope required:** `scim.users.deleteUsers`

## Path parameters

- `userId` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `204`

204 No Content

## Other responses

- `403` — 403 Forbidden
- `404` — 404 Not Found
- `500` — 500 Internal Server Error

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
