Delete Document
transkribus_doc_deleteDelete a document from a collection by providing collection and document IDs. Confirmation flag prevents accidental removal.
Instructions
Delete a document from a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| id | Yes | Document ID | |
| delete | No | Confirm deletion (default false) |