Delete AddEvent RSVP Attendee
addevent_delete_rsvpPermanently delete an RSVP attendee by attendee ID. This action removes the attendee from the event's RSVP list and cannot be undone.
Instructions
Permanently deletes an RSVP attendee. This cannot be undone.
Args:
attendee_id (string, required): The RSVP attendee to delete.
Returns: A confirmation message.
Error Handling:
Returns "Error: Not found..." (404) if the attendee_id doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attendee_id | Yes | The ID of the RSVP attendee to permanently delete. This cannot be undone. |