jaydb_delete
Delete a document from a JayDB or JayDB Cloud database by its key, with optional ETag optimistic locking to prevent conflicts.
Instructions
Delete a document from JayDB or JayDB Cloud
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The document path key to delete | |
| ifMatch | No | Expected ETag for optimistic locking guard | |
| namespace | No | Namespace name (defaults to JAYDB_NAMESPACE or "default") |