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

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken.
Content-Typestring