Deletes a session from a booking
cURL
curl --request POST \ --url http://localhost:3000/api/bookings/delete-session \ --header 'Content-Type: application/json' \ --data ' { "bookingId": "<string>", "sessionNumber": 123 } '
{ "message": "<string>", "bookingId": "<string>" }
The ID of the booking
The number of the session to delete
Session deleted successfully