Deletes a team if it has no active sub-teams or OKR relationships
DELETE
curl -i -X DELETE \
'https://api.rhythms.ai/rest/v2/teams/{id}'Success
Response
{
"uuid": "string",
"parent_uuid": null,
"display_name": "string",
"is_org": false,
"description": null,
"path": null,
"status": "active",
"depth": 0,
"viva_goals_team_id": null,
"icon": null,
"color": null
}