Delete Api Key
Revoke an API key.
🔒 The “admin-key” is protected and cannot be deleted.
Refuses when a live published app still embeds this key, naming the app (MF-413). A 2026-06-03 revocation killed 2 published apps for seven weeks because nothing in this path looked for references and the call reported success.
Authorizations
Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.
Query Parameters
Revoke even when a live published app still embeds this key. Without it, the call is refused and names the apps that would break. Use force for a COMPROMISED key, where breaking them is the point.

