make_delete_record
Delete specific records from a Make.com data store using their keys. Provide an array of keys to remove only those entries.
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 |