Last updated
© 2025 make.com
Last updated
Deletes records from the specified data store.
Specify the keys
of the records you want to delete in the keys
array in the request body.
Use the all
parameter in the request body to delete all records from the data store. You have to add the confirmed
parameter in the API call query to confirm deleting the data, otherwise you get an error.
When you are deleting all records, you can use the exceptKeys
parameter to specify keys of the records which you want to keep.
The response contains keys of the deleted records.
The ID of the data store. Get the dataStoreId from the List data stores endpoint.
137
The keys of data store records you want to delete. Use the all and confirmed parameters if you want to delete all records in the data store.
Set to true to delete all records in the data store. Use the confirmed parameter to confirm the deletion. You can also use the exceptKeys parameter to specify keys of the records that you want to keep in the data store.
Specify the keys of the data store records you want to keep when deleting all records from the data store.
Successful response