Skip to main content
POST
Bulk Delete Extractions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for bulk deleting extractions.

extraction_ids
string[]
required

List of extraction IDs to delete

Minimum array length: 1

Response

Successful Response

Response model for bulk delete operation.

success
boolean
required

Whether the operation was successful

deleted_count
integer
required

Number of extractions successfully deleted

message
string
required

Summary message

failed_ids
string[]

IDs that failed to delete