# Delete supplier Delete a single supplier by id. Endpoint: DELETE /v2/suppliers/{supplierId} Version: 2 Security: bearer ## Path parameters: - `supplierId` (string, required) Id of the supplier ## Request fields (application/json): - `reason` (string, required) Reason of supplier's removal Enum: "Supplier No Longer Required", "Non-Compliance with Policy", "Duplicate Supplier Entry", "License Costs" ## Response 204 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields