deleteUser

Delete user data from database

Arguments
Name Type Description Required
user_id int User id yes

Output : bool

Static or normal : Static

Examples :

json::deleteUser(123456789);