Skip to main content
POST
Delete Assets

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Body

application/json

API request schema for bulk deleting assets

asset_ids
string<uuid>[]
required

List of asset IDs to delete

client_performed_at
string<date-time> | null

When the client performed this action. Defaults to server time if not provided.

Response

Successful Response

API response schema for bulk deleting assets

deleted_count
integer
required

Number of assets successfully deleted

revision_ids
string<uuid>[] | null

IDs of the DELETED revisions created for each deleted asset. Only present when client_performed_at is provided.