Delete a user
Deletes a user by their ID. Note that this operation typically soft-deletes the user (changes the active flag) rather than permanently removing them immediately.
DELETE FROM Users Where id=21855694556443 --it doesnt delete user from system but only changes active flag