Test: Write tests for review deletion API endpoint Description: /api/reviews/[id] DELETE route untested; needs authorization checks.
Acceptance Criteria:
- Test DELETE only works for review author or admin
- Test 404 if review ID not found
- Test 403 if user not authorized
- Test success response confirms deletion
- Test concurrent delete attempts handled safely
- Test audit log entry created for deletion
Test: Write tests for review deletion API endpoint Description: /api/reviews/[id] DELETE route untested; needs authorization checks.
Acceptance Criteria: