Skip to main content
DELETE
Remove assets from an album

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

album_id
string
required

Album ID (with album_ prefix) of the album to detach assets from.

Body

application/json
asset_ids
string[]
required

Asset IDs (with asset_ prefix) to associate with the album. Up to 200 ids per request.

Maximum array length: 200

Response

Successful Response

Empty acknowledgment returned when an operation succeeds.