Skip to main content
DELETE
/
token
/
delete
Delete API token
curl --request DELETE \
  --url api.thundercompute.com:///8443/v1/token/delete \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Body

application/json

Token deletion request

name
string

Response

OK

{key}
string