curl --request DELETE \
--url https://api.thundercompute.com:8443/v1/oauth/grants/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>"
}Revoke a Connected App’s access to the authenticated member, invalidating any active access/refresh tokens issued under that grant.
curl --request DELETE \
--url https://api.thundercompute.com:8443/v1/oauth/grants/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?