curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/personal-access-tokens/{id} \
--header 'Authorization: Bearer <token>'{}Delete Personal Access Token associated with the provided serviceAccountId
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/personal-access-tokens/{id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?