409 STATE_NOT_READY.
Permission required:
service_account:deletePath Parameters
string
required
Key identifier
Headers
string
Optional. Retrying with the same value replays the first result.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE 'https://app.memorylake.ai/openapi/memorylake/admin/v1/api-keys/312' \
-H 'Authorization: Bearer sk-xxxxxx'
{
"success": true,
"message": "Operation completed successfully",
"data": {}
}
{
"success": false,
"message": "cannot revoke the key used for this request",
"error_code": "STATE_NOT_READY"
}
Deletes an API key permanently
DELETE /openapi/memorylake/admin/v1/api-keys/{id}
409 STATE_NOT_READY.
service_account:deletecurl -X DELETE 'https://app.memorylake.ai/openapi/memorylake/admin/v1/api-keys/312' \
-H 'Authorization: Bearer sk-xxxxxx'
{
"success": true,
"message": "Operation completed successfully",
"data": {}
}
{
"success": false,
"message": "cannot revoke the key used for this request",
"error_code": "STATE_NOT_READY"
}