Delete a team
DELETE/api/v4/teams/:team_id
Soft deletes a team, by marking the team as deleted in the database. Soft deleted teams will not be accessible in the user interface.
Optionally use the permanent query parameter to hard delete the team for compliance reasons. As of server version 5.0, to use this feature ServiceSettings.EnableAPITeamDeletion must be set to true in the server's configuration.
Permissions
Must have the manage_team permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Team deletion successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found