Delete dataset items
DatasetItem
Delete dataset items
Delete coefficient values from datasets. Requires owner permissions.
Delete options:
ids: Delete specific coefficients by their IDsdatasetId: Delete all coefficients from a dataset
⚠️ Warning: This action cannot be undone and will:
- Permanently remove the coefficient data
- Break calculations that use these coefficients
- Cause errors in forms and dashboards that reference this data
Before deleting:
- Check if any calculations depend on these coefficients
- Make sure no active forms or dashboards use this data
- Consider archiving instead of deleting critical coefficients
Good uses for deletion:
- Remove duplicate or outdated coefficients
- Clean up test data from production
- Restructure datasets during maintenance
DELETE
Delete dataset items
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

