Delete data store records
Required scopes:
datastores:write
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.
Last updated