Skip to main content

Delete Extraction

DELETE 

/api/landed-cost-invoices/ocr/:landed_cost_extraction_id

Soft-delete a landed cost invoice OCR extraction record (and its associated S3 PDF). Confirmed extractions cannot be deleted (returns 422).

Response: 204 No Content on success.

Response 422 (already confirmed):

{ "message": "Confirmed extractions cannot be deleted." }

Request

Responses

Successful response