make_delete_record
Delete specific records from a Make.com data store by providing an array of record keys. Only the specified records are removed; bulk deletion is not supported.
Instructions
Delete SPECIFIC record(s) from a Make.com data store by key(s). Pass 'keys' as an array of the record keys to delete — ONLY those are removed. Deleting ALL records is intentionally NOT supported here, for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Array of record keys to delete (only these are removed) | |
| data_store_id | Yes | The data store ID |