cURL
curl --request DELETE \ --url http://localhost:6699/api/v1/watch-folders/{watch_folder_id} \ --header 'X-License-Key: <api-key>'
{ "error": "<string>" }
Removes a watch folder from the configuration. Does not delete analysis data.
Jumper Pro license key passed via header
Watch folder removed
Was this page helpful?