# Delete Supplier By Code Delete a supplier based on customer code You must have "DELETE" role in "Contacts" Module Endpoint: DELETE /Supplier/DeleteByCode Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `Code` (string, required) Supplier code of the customer. this is primary key for the object ## Response 200 fields (application/json): - `Message` (string) the supplier has been deleted ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)