Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

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

Revoke an API key. Revocation is irreversible.
await mesa.apiKeys.revoke({ id: 'key_123' });

Options

id
string
required
API key ID.
org
string | undefined
Organization override.

Response

Returns { success: true }.

Required scope

admin