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": "userToDelete@example.com" } '
{ "message": "User and all associated data deleted successfully." }
Delete a user from your white label tool. This does not notify the user.
Documentation IndexFetch the complete documentation index at: https://docs.brandblast.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.brandblast.ai/llms.txt
Use this file to discover all available pages before exploring further.
Email address of the user to be deleted
User deleted successfully