# Canceling Events

MeetBit allows you and your Customers to easily cancel Events by following a unique set of steps. This section outlines the process for both Admin Panel Users and Customers.&#x20;

{% hint style="info" %}
Accessing a customer cancel link as an Admin Panel User will redirect you to the Admin Panel. You will have to cancel the event there.
{% endhint %}

## Canceling Events as a Customer

<figure><img src="https://lh7-us.googleusercontent.com/MBYLK6W-MXTYP2UiIsy6YBXlrzPSCMxBWRv2Lcjg0Pg4rcCKfk6s60SlErTxqWHDo7Ro56f8vNCu6K5XPCES6CHvgcGEg6BKEpitgsZzM-h2SL-9gvHXEBEFgcQiEmYdaJrnOurB_0cIlfkGK56CXEk" alt=""><figcaption><p>Cancel Event Page of the Customer Application</p></figcaption></figure>

{% hint style="warning" %}
The Event should have been scheduled through a Meeting Link to perform the steps below.
{% endhint %}

1. Open the Cancel Link of the Event.
2. Fill out the necessary fields including your email and reason for the cancellation.
3. Click "Cancel".

## Canceling Events as an Admin Panel User

<figure><img src="/files/qd6XNL24Juwv8xedDR7A" alt=""><figcaption><p>Cancel Event Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to reschedule Events or own the specific Event to perform the steps below.
{% endhint %}

1. On the Event Page, click the "More" icon in the row of your chosen Event.&#x20;

<figure><img src="/files/m7k7wUyJOculMjSoaR1l" alt=""><figcaption><p>Cancel Event Button on the Event Page</p></figcaption></figure>

2. Click "Cancel Event".
3. Fill out the Cancel Note to provide a reason for the cancellation.&#x20;
4. Click "Cancel Event".
5. Confirm the action on the dialog popup.

{% hint style="info" %}
Upon the completion of these steps, Event Cancelled Emails are automatically sent to all attendees.
{% endhint %}

## Force Deleting Events

Force deleting an event will completely delete the event from MeetBit's database and the corresponding Calendar provider.

{% hint style="warning" %}
Force deleting an Event is an irreversible action. Be extremely sure before continuing as force deleted events (and their related resources) cannot be recovered.
{% endhint %}

{% hint style="warning" %}
Force deleting an Event also force deletes all related resources including but not limited to the Conference Room, Chat Room, Form Response and Transcript.
{% endhint %}

<figure><img src="/files/ISzdIIFMvpVNu6AmGiPa" alt=""><figcaption><p>Force Deleting an Event</p></figcaption></figure>

{% hint style="warning" %}
You must have the permission to force delete Events to perform the actions below.
{% endhint %}

1. On an Event's Page, open the more menu by clicking the "More" icon on the upper-right corner of the screen.
2. Click "Force Delete Event"
3. Confirm the action on the dialog popup.

{% hint style="info" %}
Attendees are not notified by MeetBit nor are Canceled Events Reports affected when an Event is force deleted.&#x20;
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://meetbit.gitbook.io/docs/calendar-and-events/canceling-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
