---
title: "Reject Event"
method: POST
path: "/v1/calendars/events/reject"
tags: ["Calendars"]
---

# Reject Event

`POST /v1/calendars/events/reject`

Reject a pending event submission on your calendar. If the event is still pending, the submitter is notified.

## Request body

- object
  - `calendar_event_id` string, required — Calendar event ID (starts with `calev-`). You can also pass the Luma event ID (starts with `evt-`) — we'll resolve it to the active submission on your calendar.
  - `message` string — Optional message to send to the submitter explaining the rejection.

## Response `200`

Successful response.

- object — Empty response

---

[API](https://skmtc.net/luma/apis/luma-api.md) · [All operations](https://skmtc.net/luma/apis/luma-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luma/luma-api/versions/12835be09062/schema)
