Overview
Delete an event. Only pending events that were created manually (not by cron jobs) can be deleted.Parameters
string
required
The UUID of the event to delete.
Response
Returnsvoid on success. No response body is returned.
Errors
NotFoundError: If the event doesn’t existBadRequestError: If the event cannot be deleted (e.g., created by cron, not pending)UnauthorizedError: If API key is invalid or missing