---
title: "Delete User"
method: DELETE
path: "/users/{user-id}"
tags: ["Users"]
---

# Delete User

`DELETE /users/{user-id}`

## Path parameters

- `user-id` integer, required

## Headers

- `Addepar-Firm` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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