Skip to main content
DELETE
/
watch-folders
/
{watch_folder_id}
Delete a watch folder
curl --request DELETE \
  --url http://localhost:6699/api/v1/watch-folders/{watch_folder_id} \
  --header 'X-License-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Path Parameters

watch_folder_id
string
required

Response

Watch folder removed

Last modified on February 18, 2026