---
title: "Removes hiring team member of a job with a given id."
method: DELETE
path: "/jobs/{jobId}/hiring-team/{userId}"
tags: ["jobs"]
---

# Removes hiring team member of a job with a given id.

`DELETE /jobs/{jobId}/hiring-team/{userId}`

Removes hiring team member of a job with a given id.

## Response `204`

## Other responses

- `400` — with code * **INVALID_HIRING_TEAM_STATE** when removing the last hiring team member. Each hiring team should have at least one member.
- `401` — Job access denied
- `404` — User is not a member of the hiring team

---

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