Delete a team
DELETE https://{{base_url}}/v3/organizations/{{organization_uid}}/teams/{{team_uid}}
The Delete a team request deletes an existing team along with all its associated users and assigned roles.
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 Delete a team API Reference document
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter your authtoken. | |
Content-Type | string |