Bulk Delete Extractions
user-extractions
Bulk Delete Extractions
Delete multiple extractions in bulk.
Args: request: Request containing list of extraction IDs to delete current_user: Authenticated user information settings: Application settings
Returns: BulkDeleteResponse with deletion results
Raises: HTTPException: If authentication fails
POST
Bulk Delete Extractions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request model for bulk deleting extractions.
List of extraction IDs to delete
Minimum array length:
1