cURL
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" }
Delete a named API token for the authenticated user
Token deletion request
The body is of type object.
object
OK
"Token deleted successfully"
Was this page helpful?