Remove users from a team
Team Users
Remove users from a team
Removes users from a team by providing an array of user IDs.
DELETE
Remove users from a team
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Array of user IDs to add or remove from the team
Response
200 - application/json
Users removed from team successfully
Team-User relation ID
Team ID
User ID
Creation timestamp in format YYYY-MM-DD HH:MM:SS
Example:
"2026-01-21 14:09:52"
Last update timestamp in format YYYY-MM-DD HH:MM:SS
Example:
"2026-01-21 14:09:52"
Deletion timestamp (only present when removing users)

