Path Parameters
Response
Successful Response
The response is of type any
.
Delete a file and its associated S3 object.
Args: file_id: UUID of the file to delete identity: Authentication identity containing org_id db: Database session s3: S3 session for deleting objects
Returns: dict: Success confirmation
Raises: HTTPException: 404 if file not found or doesn’t belong to org
Successful Response
The response is of type any
.