# Cancel a bulk upload Cancel a bulk upload that is in evaluated state with errors. Only supplier plot uploads (orgPlotsForSupplier) can be cancelled. The upload must have status equal to evaluated and have errors (e.g. error messages or non-acceptable items). Use the /bulk-uploads/status endpoint to check the current state before cancelling. Endpoint: POST /v1/bulk-uploads/cancel Version: v1 Security: bearerAuth ## Request fields (application/json): - `uploadId` (string, required) ID of the upload to cancel ## Response 200 fields (application/json): - `status` (string) Status of the cancel request - `uploadId` (string) ID of the cancelled upload - `message` (string) Success message ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields