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
Example request
{
"ids": [
"uuid-1",
"uuid-2"
]
}Response
Items permanently removed
Changes
No recorded changes to this endpoint across all 1 revision of this API.