Bulk Delete Transforms
Transforms
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
Bulk Delete Transforms
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json