---
title: "Delete job owner"
method: DELETE
path: "/v3/job_owners/{id}"
tags: ["Job Owners"]
---

# Delete job owner

`DELETE /v3/job_owners/{id}`

Remove a user from the hiring team in one role by deleting the join row. The `{id}` is the `id` of the `job_owners` row, not the `user_id` or `job_id`. Only the user's assignment in this specific role is removed — the underlying user and any other roles they hold on this or other jobs are untouched. To remove a hiring manager, use `DELETE /v3/job_hiring_managers/{id}` instead.

## 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)
