Skip to main content
DELETE
Delete Api Key

Authorizations

Authorization
string
header
required

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.

Path Parameters

user_email
string
required
key_name
string
required

Query Parameters

force
boolean
default:false

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.

Response

Successful Response

GenericSuccessResponse.

message
string
default:Successfully completed
success
boolean
default:true