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
Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for bulk deleting extractions.
List of extraction IDs to delete
1