curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/users/{id} \
--header 'Authorization: Bearer <token>'{}Delete user if they are not a collaborator in any resource and not part of any team other than everyone.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/users/{id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?