Delete Record
delete_recordSoft-delete a record from a Pane collection. The deletion appears live as a tombstone on the page. Optionally pass if_match for optimistic locking.
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. |