# Delete a supplier Deletes a supplier, together with all of its plots and mills. Deletion is asynchronous: the endpoint returns once the deletion has been started, and the supplier and its data are removed shortly afterwards. Deletion is not possible while a change to the supplier's plots or mills is in progress, or while a project-wide plot or mill change is in progress. In those cases a '409 Conflict' error is returned and the request can be retried once the change has finished. Endpoint: DELETE /v1/suppliers/{supplierId} Version: v1 Security: bearerAuth ## Path parameters: - `supplierId` (string, required) ID of the supplier to delete ## Query parameters: - `projectId` (string) Project ID (optional, defaults to user's 'active project') ## Response 202 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields