f6501d7e9d
- DELETE /api/logs accepts user_id, program_exercise_id, date, set_number in request body - Deletes matching workout_logs row by composite key - Returns 200 + deleted id on success, 404 if row not found - Consistent with existing POST /api/logs (no auth middleware, user_id from body)