v1
latestOpenAPI 3.1.02026-07-261690320.7 KBRemove user from team
Remove user from team
post/teams/{team_id}/removeUser
Path parameters
team_idinteger required
Unique ID of the team
Request body
Example request
{
"user_id": 1
}Response
The user has successfully been removed from the team
Example response
{
"success": 1
}