---
title: "application.removeHiringTeamMember"
method: POST
path: "/application.removeHiringTeamMember"
tags: ["Application"]
---

# application.removeHiringTeamMember

`POST /application.removeHiringTeamMember`

Unassigns a hiring team role from an Ashby user at the application level.

**Requires the [`candidatesWrite`](authentication#permissions-applicationremovehiringteammember) permission.**

## Request body

- ApplicationRemoveHiringTeamMemberRequest
  - `applicationId` string, uuid, required — The application to unassign the user a role from.
  - `teamMemberId` string, uuid, required — The id of the user to unassign the role from.
  - `roleId` string, uuid, required — The id of the hiring team role to unassign.

## Response `200`

Responses from the application.removeHiringTeamMember endpoint

- union
  - ApplicationRemoveHiringTeamMemberSuccessResponse
    - `success` true, required
    - `results` HiringTeamRole, required
      - `userId` string, uuid, required — The unique identifier of the hiring team member
      - `firstName` string, required — The first name of the hiring team member
      - `lastName` string, required — The last name of the hiring team member
      - `email` string, email, required — The primary email address of the hiring team member
      - `role` string, required — The hiring team role assigned to the member
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
