cURL
curl --request DELETE \ --url https://rest.compute.cudo.org/v1/api-keys/{name} \ --header 'Authorization: <api-key>'
{}
Deletes an API key, revoking all access for requests that use the key.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
The response is of type object.
object