feature/deleteAppointment
This MR adds the deleteAppointment
method to the AppointmentService
class in the appointment-services.ts
file. The method allows deleting an appointment by its ID. If the appointment is not found, an error is thrown.
Add deleteAppointment endpoint to AppointmentsController.