Skip to main content
DELETE
/
api-keys
Delete all API keys
curl --request DELETE \
  --url https://api.platform.dakota.xyz/api-keys \
  --header 'x-api-key: <api-key>'
{
  "type": "https://docs.dakota.xyz/api-reference/errors#authentication-error",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Unauthorized",
  "instance": "https://api.platform.dakota.xyz/api-keys",
  "request_id": "req_01hzy6y7v8w9x0y1z2a3b4c5d6"
}

Authorizations

x-api-key
string
header
required

Response

All API keys deleted successfully