Delete AddEvent Event
addevent_delete_eventPermanently delete a specific event by ID. Use to remove duplicate or unwanted events; this action can't be undone.
Instructions
Permanently deletes an event. This cannot be undone.
Args:
event_id (string, required): The event to delete.
Returns: A confirmation message.
Examples:
"Delete the duplicate event we just created" -> event_id set.
Don't use when: you want to hide an event without losing it (there's no archive/unpublish option in this API; deletion is permanent).
Error Handling:
Returns "Error: Not found..." (404) if the event_id doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The ID of the event to permanently delete. This cannot be undone. |