---
title: "Deactivate A Worker"
method: POST
path: "/v2/workers/{id}/deactivate"
tags: ["Posthire Worker Management"]
---

# Deactivate A Worker

`POST /v2/workers/{id}/deactivate`

Updates workers is_active attribute to false and marks worker as 'Deactivated' in Posthire. Cancels all active recurring checks and follow-up messages for this applicant.

## Path parameters

- `id` string, required

## Response `200`

OK

## Other responses

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

---

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