# Delete a product Permanently deletes a product. This action cannot be undone. Endpoint: DELETE /products/{id} Version: 1.0 ## Path parameters: - `id` (string, required) Unique identifier of the product to delete Example: "prod_xT4LfvxLMQb4s9uFNIbXf9pm" ## Header parameters: - `cc-api-key` (string, required) Chaching API Key ## Response 200 fields (application/json): - `id` (string) Example: "prod_xT4LfvxLMQb4s9uFNIbXf9pm" - `deleted` (boolean) Example: true ## Response 400 fields ## Response 404 fields