> ## Documentation Index
> Fetch the complete documentation index at: https://docs.morf.health/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancel / Reschedule

Morf’s cancel / reschedule link allow patients to easily cancel or reschedule their appointment.

<img height="560" src="https://mintcdn.com/morfhealth/VPKyBRVuRAgQM-CM/images/reschedule.png?fit=max&auto=format&n=VPKyBRVuRAgQM-CM&q=85&s=04f43e21a6f8fbe647e6b8fb2e4d55cc" data-path="images/reschedule.png" />

## Constructing a Cancel / Reschedule Link

To create a custom cancel / reschedule link start with the base scheduling URL:

`https://questions.morf.health/reschedule`

Then, add the following parameters to customize the link:

### Required Parameters

1. **`morfOrgId`**\
   The Morf Organization ID. You can find this in your admin dashboard or contact us for assistance.

2. **`schedulingApplication`**\
   The scheduling application you're using to manage provider availability. Choose either `HEALTHIE` or `ACUITY`.

3. **`appointmentId`**\
   The ID for the appointment in your scheduling application (e.g., "976753" for Healthie).

If any required parameter is missing or invalid, an error message will appear on the screen. If you're unsure why this is happening, you can send us the `Request ID`, and we'll help you debug the issue.

<img height="560" src="https://mintcdn.com/morfhealth/4zxfvotdFqBvkrFr/images/invalid_appointment_id.png?fit=max&auto=format&n=4zxfvotdFqBvkrFr&q=85&s=1a302ef1f769dc9b67c1e7dcedc48804" data-path="images/invalid_appointment_id.png" />

### Optional Parameters

1. **`hideCancel`**
   Set to `true` to hide the cancel button on the reschedule page. Only the reschedule option will be shown.

2. **`allowAnyProvider`**
   Set to `true` to allow patients to reschedule with any available provider, not just the original appointment's provider. When enabled, patients will see a list of all available providers to choose from. The original appointment will be cancelled and a new appointment will be created with the selected provider.

### Example

Here's an example of how to add all the parameters to your scheduling URL:

`https://questions.morf.health/reschedule?morfOrgId={{morfOrgId}}&schedulingApplication={{schedulingApplication}}&appointmentId={{appointmentId}}`

Example of our test morf organization link:

[https://questions.morf.health/reschedule?morfOrgId=16a53f42-687c-4eb1-bd8b-27126485a7b7\&schedulingApplication=HEALTHIE\&appointmentId=976753](https://questions.morf.health/reschedule?morfOrgId=16a53f42-687c-4eb1-bd8b-27126485a7b7\&schedulingApplication=HEALTHIE\&appointmentId=976753)

## Cancel

Patients can cancel their appointment by clicking the `Cancel` button on the page and confirming the cancellation. They will then be redirected to a cancellation confirmation page.

<img height="560" src="https://mintcdn.com/morfhealth/VPKyBRVuRAgQM-CM/images/reschedule.png?fit=max&auto=format&n=VPKyBRVuRAgQM-CM&q=85&s=04f43e21a6f8fbe647e6b8fb2e4d55cc" data-path="images/reschedule.png" />

<img height="560" src="https://mintcdn.com/morfhealth/VPKyBRVuRAgQM-CM/images/reschedule_cancel_modal.png?fit=max&auto=format&n=VPKyBRVuRAgQM-CM&q=85&s=031632d0bba302ccd4da498ff80771bd" data-path="images/reschedule_cancel_modal.png" />

<img height="560" src="https://mintcdn.com/morfhealth/4zxfvotdFqBvkrFr/images/cancel_confirmation.png?fit=max&auto=format&n=4zxfvotdFqBvkrFr&q=85&s=cab6cff86fba0566b5cff056651bd373" data-path="images/cancel_confirmation.png" />

## Reschedule

Patients can reschedule their appointment by clicking the `Reschedule` button on the page. They will be redirected to the provider profile, where they can choose a new time slot. After confirming the new slot, they will be directed to a reschedule confirmation page.

<img height="560" src="https://mintcdn.com/morfhealth/VPKyBRVuRAgQM-CM/images/reschedule.png?fit=max&auto=format&n=VPKyBRVuRAgQM-CM&q=85&s=04f43e21a6f8fbe647e6b8fb2e4d55cc" data-path="images/reschedule.png" />

<img height="560" src="https://mintcdn.com/morfhealth/VPKyBRVuRAgQM-CM/images/reschedule_provider_profile.png?fit=max&auto=format&n=VPKyBRVuRAgQM-CM&q=85&s=c642fbbd3e7ea7bf65b56121479681cd" data-path="images/reschedule_provider_profile.png" />

<img height="560" src="https://mintcdn.com/morfhealth/VPKyBRVuRAgQM-CM/images/reschedule_confirmation.png?fit=max&auto=format&n=VPKyBRVuRAgQM-CM&q=85&s=651cfc5a49e2e4856addc7e55bc52105" data-path="images/reschedule_confirmation.png" />
