Remove

Is there a way to remove a line based on its comment. I’m trying to write a script that would delete an ip address based on its’ comment.
Thanks,
Mike

You would want something like this

/ip address remove [/ip address find comment=“Remove me”]

Naturally change the comment= to fit your comment. The comment is case sensitive.

Perfect…Thanks.