Delete API Key
Deletes an API key by its ID. This action is irreversible.
Requirements:
- Authentication required via admin API key
- Key must belong to the authenticated user’s workspace
Key Features:
- Permanently revoke API key access
- Idempotent operation (safe to retry)
- Optional Idempotency-Key header for safe retries
Important:
- This action cannot be undone
- Any applications using this key will immediately lose access
- Returns 204 even if the key doesn’t exist (idempotent behavior)
Common Use Cases:
- Revoke compromised keys
- Clean up unused keys
- Implement key rotation (delete old, create new)
- Offboard team members
DELETE
Delete API Key
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY
Headers
Optional idempotency key for safe request retries
Example:
"550e8400-e29b-41d4-a716-446655440000"
Path Parameters
Unique identifier of the API key to delete
Minimum string length:
1Example:
"abc123def456"
Response
API key deleted successfully (or already deleted)
Previous
Platform APIs for AccountsProgrammatic access to account billing information, FOCUS-compliant cost reports, and model access controls
Next
Delete API Key