---
title: "Delete job hiring manager"
method: DELETE
path: "/v3/job_hiring_managers/{id}"
tags: ["Job Hiring Managers"]
---

# Delete job hiring manager

`DELETE /v3/job_hiring_managers/{id}`

Unassign a hiring manager from a job by deleting the join row. The `{id}` is the `id` of the `job_hiring_managers` row, not the `user_id` or `job_id`. The underlying user is not affected — only their hiring-manager assignment on this job is removed.

## Path parameters

- `id` string, required

## Response `200`

Successful

- object
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `message` string

## Other responses

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

---

[API](https://skmtc.dev/greenhouse/apis/auth-api.md) · [All operations](https://skmtc.dev/greenhouse/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greenhouse/auth-api/revisions/9517a2e54640/schema)
