Collection

Permanently remove collection items

Permanently remove hidden items from the collection. This cannot be undone. The attachment entity is preserved for chat history.

delete/v1/collection/remove

Request body

idsstring[] required

Array of collection item (attachment) IDs

Example request

{
  "ids": [
    "uuid-1",
    "uuid-2"
  ]
}

Response

Items permanently removed

affectednumber required

Number of items affected by the operation

Changes

No recorded changes to this endpoint across all 1 revision of this API.