Remove users from a team
DELETE/userApi/fleets/groups/:group/users
Removes users from a team in the current organization. This removes the user's membership and role in that team only; it does not change the user's global organization role.
Request
Responses
- 200
- 401
- 403
Returns success: true when the request succeeds. Validation failures return HTTP 200 with success: false and error details.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.