Delete Data Product
Permanently delete a data product and its result rows. Requires write scope. The source job run and extracted data are not affected.
Permanently delete a data product and all associated result rows. This action is irreversible. The source job run, its documents, and extracted data are not affected by this operation. Use this to remove products that are no longer needed or to clean up test data.
Deletion is permanent. All result rows associated with this data product are removed. Any active delivery bindings referencing this product will stop delivering data.
DELETE
/v1/data-products/{id}Response
Response fields
deletedbooleanAlways true on success.
curl
Response
{
"deleted": true
}Errors
Error responses
401unauthorizedMissing or invalid API key.
404not_foundData product not found or does not belong to your organization.
429rate_limitedToo many requests. Retry after the period indicated in the Retry-After header.