Skip to main content

Remove a member from a team

DELETE 

/api/v1/organizations/teams/:team_id/members/:user_id

Remove a member from a team.

  • Owner/Admin can remove from any team.
  • Managers can only remove from teams they manage.
  • 404 if the team or member does not exist in the organization.
  • API-key scope required: teams:manage_members.

Request

Responses

Successful Response