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

# Cancel Invitation

Cancels a pending location invitation. Returns a confirmation message on success. Returns a `404` error if the invitation does not belong to the specified location.

<ParamField path="site" type="string" required>
  The UUID of the location.
</ParamField>

<ParamField path="invite" type="integer" required>
  The ID of the invitation to cancel.
</ParamField>

## Response

<ResponseField name="message" type="string">
  A confirmation message indicating the invite was cancelled successfully.
</ResponseField>
