Delete Assets

Delete assets from a dataset by creating deletion jobs. Supports deletion of up to 100 assets per request. Assets can be identified by their Coactive Video/Image ID or path string.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
assetslist of objectsRequired

Response

Deletion jobs enqueued
org_idstring
dataset_idstringformat: "uuid"
assetslist of objects

Errors