# Supplier Deleted This webhook is triggered when a supplier is deleted. Endpoint: POST supplierDeleted Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `FirstName` (string, required) First Name of the Supplier - `LastName` (string, required) Last Name of the Supplier - `Title` (string) Title on behalf of the Supplier - `Phone` (string, required) Phone Number of the Supplier - `Email` (string, required) Email of the Supplier - `Gender` (string, required) Gender of the Supplier - `Name` (string, required) Name of the Supplier - `Code` (string, required) Unique Code of the Supplier - `Address` (string, required) Address of the Supplier - `Mobile` (string, required) Mobile Phone Number of the Supplier ## Response 200 fields (application/json): - `status` (string) Example: "success"