Remove a user from team
DELETE https://{{base_url}}/v3/organizations/{{organization_uid}}/teams/{{team_uid}}/users/{{user_uid}}
The Remove a user from team request allows you to remove an existing user from a particular team.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Remove a user from team API Reference document
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter your authtoken. | |
Content-Type | string |