# Delete Event

Deletes a calendar event.

### **Parameters**

| Parameter  | Type | Description                   |
| ---------- | ---- | ----------------------------- |
| `event_id` | str  | The ID of the event to delete |

### **Returns**

✅ A dictionary with Google Calendar API response.

### **Example Usage**

```python
calendar.delete_event("event123abc")
```
