DELETE
/
v1
/
org
/
{org_id}
/
team
/
{team_id}
curl --request DELETE \
  --url https://api.tryvital.io/management/v1/org/{org_id}/team/{team_id} \
  --header 'X-Vital-Org-Key: <api-key>'
"<any>"

Org Management API is available for the Scale plan.

The base URL of this endpoint is https://api.tryvital.io/management/.

The endpoint accepts only Org Key (X-Vital-Org-Key). Team API Key is not applicable.

Authorizations

X-Vital-Org-Key
string
headerrequired

Path Parameters

org_id
string
required
team_id
string
required

Response

200 - application/json

The response is of type any.