deleteObjects

On this page
Back to index

Summary

Deletes objects specified by the provided filters.
objectType
Stringrequired
The type of object to delete.
filters
Array<Filter>optional
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
Array<Sort>optional
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 */ )