Skip to main content
DELETE
Delete from Index

DELETE /api/v1/search/indexes//items/

Remove a specific item (video or clip) from a search index. This permanently deletes the item and all associated clips from the index.

Path Parameters

Response

Example Request

Example Response

Notes

  • Deletion is permanent and cannot be undone
  • All clips derived from the deleted item are also removed
  • The item_id is returned in search results and upload responses
  • Deleting an item does not affect other items in the index

Path Parameters

index_id
string
required

The ID of the index

item_id
string
required

The ID of the item to delete

Response

Item deleted successfully

index_id
string
required

ID of the index

Example:

"idx_abc123xyz"

item_id
string
required

ID of the deleted item

Example:

"item_def456"

clips_removed
integer
required

Number of clips removed from the index

Example:

23

message
string
required

Confirmation message

Example:

"Item successfully deleted from index"