Skip to main content
DELETE
/
api-keys
/
{key_id}
Revoke an API key
curl --request DELETE \
  --url https://api.mnemom.ai/v1/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "revoked": true,
  "key_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

key_id
string
required

Response

Key revoked

revoked
boolean
key_id
string