Team User API
Delete Team User
Remove a user from a team.
DELETE
Delete Team User
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Composite identifier ({team_id}:{user_id}). Alternative to team_id + user_id.
Response
Success
The response is of type DeleteTeamUserResponse · object.
Delete Team User

