Delete a document
delete_documentDelete one document. Never blocked by quotas; frees a document slot. Emptying a whole collection? Use delete_collection instead of looping this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | The database URL returned at creation (or its bare s-... capability). | |
| id | Yes | Document id (doc_...). | |
| collection | Yes | Collection name (created implicitly on first write). |