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"
}Delete all API keys (intended for incident response only)
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"
}All API keys deleted successfully
Was this page helpful?