curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/teams/{id} \
--header 'Authorization: Bearer <token>'{}Deletes the Team associated with the provided Id.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/teams/{id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?