Delete Record
delete_recordSoft-delete a record from a Pane collection. Optionally use if_match for optimistic locking. Returns deleted: true.
Instructions
Soft-delete a row from a pane's record collection. The page sees the deletion live (the row becomes a tombstone in list_records). Pass if_match for an optimistic-locked delete. Returns { deleted: true }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pane_id | Yes | The pane id. | |
| if_match | No | Optional optimistic-lock version. | |
| collection | Yes | The record collection name. | |
| record_key | Yes | The key of the record to delete. |