Skip to main content
DELETE
Remove assets from a stack

Authorizations

Authorization
string
header
required

Gumnut API key (apikey_...) sent as a Bearer token in the Authorization header. Create and manage keys in the Gumnut app, or with the API key endpoints while signed in to it.

Path Parameters

stack_id
string
required

Stack ID (with asset_stack_ prefix) of the stack to pull frames out of.

Body

application/json
asset_ids
string[]
required

Asset IDs (with asset_ prefix) to pull out of the stack. Get member IDs from list_assets with stack_id. Up to 200 ids per request.

Maximum array length: 200

Response

Successful Response

Empty acknowledgment returned when an operation succeeds.