cURL
curl --request DELETE \ --url api.thundercompute.com:///8443/v1/token/delete \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{}
Delete a named API token for the authenticated user
Token deletion request
OK
Was this page helpful?