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

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteObjects( objectType: "test-objectType" /* optional arguments */ )