Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
serviceaccount id
Response
Personal Access Token deleted successfully
The response is of type object.
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>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
serviceaccount id
Personal Access Token deleted successfully
The response is of type object.
Was this page helpful?