ExecuteBatch
Execute a batch operation on multiple resources of the same type.
POST
/api/v1/batchOperation ID
ExecuteBatchSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
requestObjectRequiredThe batch request payload containing resource type, action, and items
resourceTypeStringType of resource this batch operation targets
Example: platform
actionStringAction to perform on each item (e.g. delete, enable, disable)
Example: delete
itemsListList of items to process in this batch
Example: (nested array)
idStringUnique identifier of this batch item
Example: item-001
paramsLinkedHashMapAdditional parameters as key-value pairs
Example: (nested object)
dryRunBooleanWhether to preview the operation without executing it
Example: false
failFastBooleanWhether to abort the entire batch on the first failure
Example: false
