Remove From Version Stack
Remove an asset from its version stack.
The asset becomes standalone (version fields set to NULL). If only one asset remains in the stack, the stack is dissolved and that asset also becomes standalone.
Returns 409 with conflict details if the removed asset’s name conflicts with an existing item in its parent directory and no conflict_resolutions are provided.
Authorizations
JWT in Authorization header. 'Bearer ' prefix optional.
Body
API request to remove an asset from its version stack
ID of the asset to remove from its version stack
Resolution strategies for name conflicts when the removed asset becomes standalone. Keys are string UUIDs of conflicting items. If not provided and conflicts exist, returns 409.
Response
Successful Response
API response for removing an asset from its version stack
TRUE if the stack collapsed to a single asset and was dissolved

