Bulk Delete Transforms
Delete multiple transforms in parallel. Supports two modes:
- Explicit IDs: Pass a list of transform IDs to delete
- Select all: Set select_all=true with optional filters to delete all matching transforms
Returns partial success results - continues processing even if individual deletes fail.
DELETE
/transforms/bulk/deleteAuthorization
AuthorizationBearer token · headerrequiredRequest body
requiredapplication/jsonidsstring[] | nullList of entity IDs to delete. Omit if using select_all=true.
Show propertiesHide properties
Any of:
string[]
Array of
stringstringnull
nullselect_allbooleanIf true, select all entities matching the filters
default: false
filtersBulkSelectionFilter | nullOptional filters when select_all=true
Show propertiesHide properties
Any of:
BulkSelectionFilter
source_idstring | nullFilter by source ID (for pipelines/destinations)
Show propertiesHide properties
Any of:
string
stringnull
nulldestination_idstring | nullFilter by destination ID (for pipelines/destinations)
Show propertiesHide properties
Any of:
string
stringnull
nullnull
nullResponses
200
Successful Response
resultsBulkOperationResult[]requiredDetailed results for each entity
Show propertiesHide properties
Array of
BulkOperationResultidstringrequiredEntity ID
successbooleanrequiredWhether the operation succeeded
messagestring | nullSuccess message or error details
Show propertiesHide properties
Any of:
string
stringnull
nulldataobject | nullOptional data returned by the operation
Show propertiesHide properties
Any of:
object
objectnull
nullsummaryBulkOperationSummaryrequiredSummary statistics for a bulk operation.
Show propertiesHide properties
totalintegerrequiredTotal number of entities processed
succeededintegerrequiredNumber of successful operations
failedintegerrequiredNumber of failed operations
422
Validation Error
detailValidationError[]Show propertiesHide properties
Array of
ValidationErrorlocstring | integer[]requiredShow propertiesHide properties
Array of
string | integerAny of:
string
stringinteger
integermsgstringrequiredtypestringrequiredinputanyctxobject