Delete a data product by ID or name, with soft/hard delete options
false, the data product is soft-deleted and can be restored.DELETE /v1/dataProducts/name/{fqn} to delete by fully qualified name.
Marketing.CustomerInsights).PUT /v1/dataProducts/restore to restore a soft-deleted data product.
deleted: true. Hard delete returns no content (204). Restore returns the restored data product object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this data product |
404 | NOT_FOUND | Data product with given ID or FQN does not exist |