cURL
curl --request POST \ --url https://dashboard.brandblast.ai/api/v1/deleteUser \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "user_email": "[email protected]" } '
{ "message": "User and all associated data deleted successfully." }
Delete a user from your white label tool. This does not notify the user.
Email address of the user to be deleted
User deleted successfully