Skip to main content
DELETE
Asynchronously soft-deletes data items and their derivative results from database tables, raw buckets, and processed buckets.
Deleting a data entry removes all associated raw data, processed data, and analysis results.
array
required
Array of data entry UUIDs to delete (passed as repeated query parameters)
boolean
default:"false"
If true, permanently deletes the data. If false, performs a soft delete.

Response

Returns an array of UUIDs that were successfully deleted.