Skip to main content
POST
/
filesystem.Filesystem
/
RemoveWatcher
RemoveWatcher
curl --request POST \
  --url https://api.example.com/filesystem.Filesystem/RemoveWatcher \
  --header 'Content-Type: application/json' \
  --data '
{
  "watcherId": "<string>"
}
'
{}

Body

application/json
watcherId
string

Response

Success

The response is of type RemoveWatcherResponse · object.