Bulk delete splits for multiple assets
Asset
Bulk delete splits for multiple assets
Deletes all splits associated with the specified assets where ProductId is null (asset-level splits).
POST
Bulk delete splits for multiple assets
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Minimum array length:
1Array of asset IDs for which to delete splits
Example:
[
"550e8400-e29b-41d4-a716-446655440000",
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
]