# Product Deleted This webhook is triggered when a product is deleted Endpoint: POST productDeleted Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `ID` (string) - `Category` (string) - `Name` (string) - `SupplierName` (string) - `Brand` (string) - `BrandName` (string) - `Code` (string) - `Discontinued` (boolean) - `Description` (string) - `Storage` (array) - `Storage.OutletName` (string) - `Storage.StorageName` (string) - `Tags` (array) - `ImageURL` (string) - `ThumbnailURL` (string) - `ExtraImageURL` (array) - `Variants` (array) - `Variants.Model` (string) - `Variants.UnitCost` (number) - `Variants.UnitPrice` (number) - `Variants.Discount` (number) ## Response 200 fields (application/json): - `status` (string) Example: "success"