> For the complete documentation index, see [llms.txt](https://knowledge.maica.com.au/maica-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/cancellation.md).

# Cancellation

### What Is the Cancellation Action?

The Cancellation action allows you to record when and why an Appointment or Shift was cancelled. This ensures accurate records for scheduling, compliance, and reporting.

{% hint style="warning" %}
The Cancellation option may not be available to all users. Access depends on your organisation’s permissions.
{% endhint %}

### Cancelling an Appointment or Shift

1. Tap the **Cancel** button from the Appointment or Shift actions menu.
2. Complete the required details:
   * **Date and Time** – the point at which the cancellation occurred.
   * **Cancellation Reason** – choose a reason from the dropdown list.
   * **Reason Description** – enter additional notes to provide more context if required.
3. Once all details are entered, tap **Save** to confirm the cancellation.

The Appointment or Shift will then be marked as **Cancelled** in your schedule.

{% hint style="info" %}
If you are an Administrator and wish to learn more around the logic behind Appointment or Shift cancellation in Maica, please [click here](/maica-knowledge-base/appointments/appointment-actions/cancellation.md).&#x20;
{% endhint %}

### What Happens After Cancellation?

Cancelled Appointments and Shifts remain visible in your schedule for record-keeping. While you can still view the details, they cannot be actioned or progressed further once marked as cancelled.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/cancellation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
