curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/agents/{id} \
--header 'Authorization: Bearer <token>'Delete an Agent by id.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/agents/{id} \
--header 'Authorization: Bearer <token>'Was this page helpful?