Delete Job
DELETE/api/v1/import-jobs/:job_id
Delete an import job audit row.
By default the invoices created by this job are kept (their
import_job_id is set to NULL via ON DELETE SET NULL). Pass
?cascade=true to also delete unsent invoice drafts created by
this job. Sent invoices are always preserved.
Requestโ
Responsesโ
- 204
- 422
Successful Response
Validation Error