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>'{}Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
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 DeletePersonalAccessTokenResponse · object.
Was this page helpful?