---
title: "Delete an event"
method: DELETE
path: "/v3/grants/{grant_id}/events/{event_id}"
tags: ["Events"]
---

# Delete an event

`DELETE /v3/grants/{grant_id}/events/{event_id}`

Delete the specified event.

Google sends deleted events to the "Trash" folder, and you can read them for a period of time using
the `show_cancelled` query parameter.

Microsoft deletes events immediately.

## Query parameters

- `calendar_id` string, required
- `notify_participants` boolean

## Response `200`

Delete Succeeded

- object
  - `request_id` string, required — ID of the request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Rate Limit
- `504` — Provider Failure

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
