Back to index
Summary
Deletes a DevOps Insight data source.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringrequiredThe name of the release. devOpsInsightDataSourceNameStringrequiredThe DevOps Insight data source name. foregroundBooleanoptionalTrue to delete the object in the foreground. The default is to delete the object in the background. |
Usage
Perl
$cmdr->deleteDevOpsInsightDataSource( "test-projectName", # projectName "test-releaseName", # releaseName "test-devOpsInsightDataSourceName" # devOpsInsightDataSourceName # optionals );
ectool
ectool deleteDevOpsInsightDataSource \ "test-projectName" `# projectName` \ "test-releaseName" `# releaseName` \ "test-devOpsInsightDataSourceName" `# devOpsInsightDataSourceName` \ # optionals