v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Hiring Team

hiringTeam.removeMember

Removes an Ashby user from the hiring team at the application, job, or opening level.

Requires the organizationWrite permission.

post/hiringTeam.removeMember

Request body

OR
OR

Example request

{
  "applicationId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
  "jobId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
  "openingId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
  "teamMemberId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
  "roleId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}

Response

Responses from the hiringTeam.removeMember endpoint

OR

Example response

{
  "success": true,
  "results": [
    {
      "userId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
      "firstName": "Joey",
      "lastName": "Joe",
      "email": "joey.joe@example.com",
      "role": "Hiring Manager"
    }
  ]
}