Skip to main content
DELETE
/
browsers
/
{id}
/
fs
/
watch
/
{watch_id}
Stop watching a directory
curl --request DELETE \
  --url https://api.onkernel.com/browsers/{id}/fs/watch/{watch_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "bad_request",
  "message": "Missing required field: app_name",
  "details": [
    {
      "code": "invalid_input",
      "message": "Provided version string is not semver compliant"
    }
  ],
  "inner_error": {
    "code": "invalid_input",
    "message": "Provided version string is not semver compliant"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Browser session ID

watch_id
string
required

Response

Watch stopped successfully