cURL
curl --request DELETE \ --url https://api.eden.art/apikeys \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "apiKey": "<string>" } '
{}
Permanently delete an API key. This action cannot be undone and the key will immediately become invalid.
Default Response
The response is of type object.
object