---
title: "Deactivate User"
method: DELETE
path: "/v2/company/{company_id}/users/{identifier}"
tags: ["Users"]
---

# Deactivate User

`DELETE /v2/company/{company_id}/users/{identifier}`

## Path parameters

- `company_id` integer, required
- `identifier` integer, required

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Request body

- object
  - `inactive_reason` string, nullable, required — Enum value. See inactive_reasons endpoint for list of values.
  - `inactive_comments` string, nullable — Comments related to this user deletion.
  - `would_rehire` boolean, nullable

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server Error

---

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