Skip to main content

Deleting Monitored Directory Configurations

AdminStudio 2025 | 29.0 | AdminStudio REST APIs

REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it deletes the Monitored Directory configurations using the Monitored Directory ID.

Request TypeDescription
APIhttp://localhost:8086/catalog/RemoveASMonitoredDirectory?MonitoredDirectoryId=1
MethodDELETE
ParametersList all parameters in the following format: (Required) MonitoredDirectoryId= Use to specify the existing Monitored Directory ID.
Connection InfoProvides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs
ResponseExample: http://localhost:8086/catalog/RemoveASMonitoredDirectory?MonitoredDirectoryId=1 Response: <data>Monitored Directory deleted successfully</data>