Skip to main content
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

string
required
External product ID that was used when creating the product

Request Body Requirements

object
required

Known Errors

  • ProductNotFoundError — No product found with the specified external ID for this source
  • ValidationError — Missing required metadata.source field
  • DeletionError — Product cannot be deleted due to existing project associations