VSN-1927 : Introducing the logic of prepared passenger deletion.
Passenger Module Deletion Feature Summary
1. Deletion Functionality Implementation
- Added a deletion function in the passenger service layer.
- Implemented the corresponding logic within the service implementation.
2. Exposing Passenger Deletion
- Exposed the passenger deletion functionality via the controller.
- Enabled external access to passenger removal operations.
3. Changelog Update
- Updated the changelog markdown file to document the introduction of the deletion feature.
- Recorded recent modifications related to the passenger module.
Closes VSN-1927