How can I delete archived data

Hello @Kenz,

If you need to delete multiple data model entries or records in bulk, the only option available seems to be using the write API. You can either delete the entire content entry, or if you want to delete specific field data, you can use the write API PATCH/PUT request to update the custom fields in the data model.