Skip to main content
DELETE
/
oauth
/
grants
/
{id}
Revoke an OAuth 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.

Authorizations

Authorization
string
header
required

Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".

Path Parameters

id
string
required

Connected App ID

Body

application/json

The body is of type object.

Response

OK

message
string
required