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.
User deleted successfully
The response is of type object.
object