cURL
curl --request DELETE \ --url https://api.mixpeek.com/v1/organizations/users/{user_email}/api-keys/{key_name} \ --header 'Authorization: <authorization>'
{ "message": "Successfully completed", "success": true }
Revoke an API key.
🔒 The “admin-key” is protected and cannot be deleted.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
Successful Response
GenericSuccessResponse.
Was this page helpful?