latestOpenAPI 3.1.02026-08-1760132235.9 KB

5e07b657706b

Teams

Unassign an interviewer from a team

Remove this interviewer from the given team and return the resulting set of assigned teams. Removing a team the interviewer is not assigned to succeeds without changing anything.

delete/api/v2/postings/{posting_id}/teams/{team_id}

Path parameters

posting_idstring required
team_idstring required

Headers

X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable

Response

Successful Response

Example response

{
  "data": [
    {
      "team_id": "team_abc123",
      "name": "Engineering"
    }
  ]
}