deleteObjects

On this page
Back to index

Summary

Deletes objects specified by the provided filters.
objectType
Stringrequired
The type of object to delete.
filters
Stringoptional
A list of zero or more filter criteria definitions used to define objects to find.
maxIds
Integeroptional
The maximum number of object IDs to return.
sorts
Stringoptional
Sort specifications.

Usage

Perl

$cmdr->deleteObjects( "test-objectType" # objectType # optionals );

ectool

ectool deleteObjects \ "test-objectType" `# objectType` \ # optionals