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

Authorizations

Authorization
string
header
required

Body

application/json

Token deletion request

The body is of type object.

Response

OK

message
string
Example:

"Token deleted successfully"