Skip to main content
DELETE
/
v1
/
teams
/
{id}
cURL
curl --request DELETE \
  --url https://api.novacal.io/v1/teams/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer<int64>
required

ID of team to delete

Response

204

Team deleted successfully (no content)