quire.deleteDocument
Delete a document permanently using its OID or by specifying owner type, owner ID, and document ID. This action cannot be undone.
Instructions
Delete a document by OID, or by owner type/ID and document ID. This action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | No | The document OID (unique identifier). Use this OR ownerType+ownerId+documentId | |
| ownerType | No | The type of owner (required when using documentId) | |
| ownerId | No | The owner ID or OID (required when using documentId) | |
| documentId | No | The document ID within the owner to delete |