Skip to main content
POST
Remove From Version Stack

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Body

application/json

API request to remove an asset from its version stack

asset_id
string<uuid>
required

ID of the asset to remove from its version stack

conflict_resolutions
Conflict Resolutions · object | null

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

stack_dissolved
boolean
required

TRUE if the stack collapsed to a single asset and was dissolved