cURL
curl --request DELETE \ --url https://api.novacal.io/v1/teams/{id} \ --header 'Authorization: Bearer <token>'
Deletes a single team by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of team to delete
Team deleted successfully (no content)