v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01970424.3 KB
Teams

Remove a user from a team

delete/team-memberships/{team_id}/{user_id}

Path parameters

team_idstring required
user_idstring required

The ID of the user, or the special value me for the currently authenticated user

Example:3241a285-8329-4d69-8f3d-316e08cf140c

The ID of the user, or the special value me for the currently authenticated user

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}