- assets (array): Array of asset IDs
- userIds (array): Array of user IDs to remove splits for
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
assets | array | ❌ | |
userIds | array | ❌ |
Responses
✅ 200 - Splits deleted successfully
⚠️ 400 - undefined
⚠️ 401 - undefined
❌ 500 - undefined
Tags
Asset
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"