cURL
curl --request DELETE \ --url https://api.mixpeek.com/v1/organizations/users/{user_email} \ --header 'Authorization: <authorization>'
{ "message": "Successfully completed", "success": true }
Delete a user and revoke their API keys.
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?