Products
Delete Product
Deletes a product from your COR instance using its external ID
DELETE
Deletes a product from your COR instance using its external ID. This performs a soft delete, marking the product as deleted while preserving historical data for audit purposes.
Path Parameters
External product ID that was used when creating the product
Request Body Requirements
Known Errors
ProductNotFoundError— No product found with the specified external ID for this sourceValidationError— Missing requiredmetadata.sourcefieldDeletionError— Product cannot be deleted due to existing project associations

