The 'watch remove' command removes a logpoint added previously. An existing logpoint can be removed by providing the logpoint ID or the full path.
The command is executed asynchronously. The possible responses are described here.
watch remove <id>
watch remove <filepath>:<line>
\<id>
The unique identifier of a logpoint added previously. This will be passed back to the caller after the successful execution of the watch add command.
\<filepath>
The path to the ST file in which the logpoint is to be removed.
\<line>
The line number in the file specified with 'filepath'. The first line in a file is always 1.