# Deletes a team by its Id. Deletes a team by its Id. Endpoint: DELETE /teams/{id} Version: v1 Security: Organisation ## Path parameters: - `id` (string, required) Id of the team to be deleted. ## Response 200 fields (application/json): - `deleted` (boolean) Indicates whether the deletion was successful. Example: true