deleteDevOpsInsightDataSource

Back to index

Summary

Deletes a DevOps Insight data source.
projectName
Stringrequired
The name for the project that must be unique among all projects.
releaseName
Stringrequired
The name of the release.
devOpsInsightDataSourceName
Stringrequired
The DevOps Insight data source name.
foreground
Booleanoptional
True 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

Examples

Perl

$cmdr->deleteDevOpsInsightDataSource("Default", "Weekly Overview");

ectool

ectool deleteDevOpsInsightDataSource Default "Weekly Overview"