host.docs.delete
Soft-delete a document by id or name; still visible via host.docs.list {since} with deleted: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document id to delete; use name instead if you don't have it. | |
| name | No | Document name to delete; use id instead if you have it. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |