hellow
how to delete actual and pused profile of user in cli mode?
If you are referring to the hotspot user and profile, they can be deleted like so:
User:
/ip hotspot user remove [find name="userName"]
User profile:
/ip hotspot user profile remove [find name="profileName"]
thank you for response
no i mean
tool userman user print
print this
customer=admin name=“mahmood” > actual-profile=“mahmood”
last-name=“07/24/2015 14:57:49”
download-used=575121 upload-used=117234
i wnat delete||remove||desable bolded text
I don’t know if this can be deleted or disabled for a user because the user account is tied to a profile that determines speed / data limits.
Changing the profile is possible (change “ProfileName” to match the one you want to change to):
/tool user-manager user create-and-activate-profile mahmood profile="ProfileName" customer=admin
Or, maybe you want to delete the profile itself? That can be done like this:
/tool user-manager profile remove [find name="mahmood"]
…but if/how that will affect the users using the profile I do not know.