Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team Id
Response
Successfully deleted the team.
The response is of type object.
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>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Team Id
Successfully deleted the team.
The response is of type object.
Was this page helpful?