Moonbase Docs

Delete an API key

Delete existing API key.

Requires authentication.

DELETE
/api-keys
NOVA-KEY<token>

In: header

NOVA-SECRET<token>

In: header

Query Parameters

api_key?string

Response Body

application/json

application/json

curl -X DELETE "https://api.moonbase.vn/api-keys"
{
  "success": true
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string",
      "property1": null,
      "property2": null
    }
  ]
}