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

# Delete user

`DELETE /api/v1/users/{id}`

Permanently deleting a user will remove them from the application and cannot be undone.

        If you wish to terminate a user without removing them from the application, see the Update user endpoint.

        Users who are assigned as managers cannot be deleted, please reassign their direct reports first. 

        Active reviews for this user will be canceled. Archived reviews will not be affected. 

        Users with API keys will have their keys invalidated.

## Path parameters

- `id` string, required

## Headers

- `Content-Type` string, required

## Request body

- object
  - `data` object
    - `type` string
    - `id` string
    - `attributes` object
      - `termination_date` string — The use of termination date for permanently deleting a user is solely for logging purposes.

## Response `204`

user deleted

## Other responses

- `404` — user not found

---

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