> For the complete documentation index, see [llms.txt](https://support.evite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.evite.com/products/invitations/general-and-troubleshooting/cancel-invitation.md).

# Cancel Invitation

**You can cancel your invitation anytime before your saved event date.** To cancel your active invitation, please follow these steps:<br>

1. Log in to your Evite account.
2. Click on your initials/photo in the top right corner.
3. Select **My Invitations**.
4. Locate your upcoming event you wish to cancel.
5. Click on the three dots to bring up the menu.
6. Select **Cancel Event**.
7. Click on the confirmation.
8. You will see the option to message your guests, or select **Skip** if you do not want to include a message.
9. If you send a message, select **Send**.

<figure><img src="/files/3LJ8OtAw6o8yCNlEqpSr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3lqkETjk8vhppnKiWqyr" alt="" width="563"><figcaption></figcaption></figure>

**Notes:**

* &#x20;You will not be able to message your guests once the event is canceled.
* Your guests will still have the invitation email they received when they were added to the event. When they click on **View Invitation**, they will be informed that the event has been canceled.
* If you reinstate the invitation, the RSVPs will not be reset. They will remain the same as before the cancellation.&#x20;


---

# 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://support.evite.com/products/invitations/general-and-troubleshooting/cancel-invitation.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.
