DELETE
/
apikeys
Delete API Key
curl --request DELETE \
  --url https://api.eden.art/apikeys \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "apiKey": "<string>"
}'
{}

Authorizations

X-Api-Key
string
header
required

Body

application/json
apiKey
string
required

The API key to delete

Response

200 - */*

Default Response

The response is of type object.