Skip to main content
POST
Bulk delete splits for multiple assets
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
assetIds
string<uuid>[]
required
Minimum array length: 1

Array of asset IDs for which to delete splits

Example:

Response

Successfully processed all or some asset splits

message
string
Example:

"Asset splits deletion completed."

totalAssetsProcessed
integer
Example:

5

totalSplitsDeleted
integer
Example:

10

failedDeletions
object[]