Delete extraction
Deletes an extraction and its stored output.
- Only `COMPLETED`, `FAILED`, or `REJECTED` extractions can be deleted.
- A queued or processing extraction returns `409 Conflict`.
- Deletion is permanent and removes the extraction from Plextera review tooling.
Authentication
Authorizationstring
Use the API key format: api-key <token>.
Path parameters
extractionId
Response
204 No Content — Extraction deleted.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
405
Method Not Allowed Error
406
Not Acceptable Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error