Method: deleteCollectorConfigs

Delete multiple collector configurations.

Parameters

Name Type Description
ccs CollectorConfig Collector configurations to delete

Returns

Returns a RptResultCollecotrCfg with a structure defined by the following table.

Name Type Description
configs CollectorConfig Deleted collector configurations
errorMessage string Error message in readable text
returnCode int Web service error code, 0 if the operation is successful
success boolean Displays True if the operation occurred successfully

Example