---
title: "Bulk cancel events"
method: POST
path: "/v2/events/bulk-cancel"
tags: ["Events"]
---

# Bulk cancel events

`POST /v2/events/bulk-cancel`

API to bulk cancel events.

## Request body

- BulkCancelEventRequest — Request payload for bulk event cancellation.
  - `cancelAsync` boolean — Flag to indicate if the cancellation should be processed asynchronously.
  - `cancelEventRequests` CancelEventRequest[], required — List of events to be cancelled.
    - `eventId` string, required — Unique identifier for the event.
    - `type` 'GENERIC' | 'PROGRAM' | 'PROGRAM_SESSION' | 'PROGRAM_TRIP', required — Type of an event

## Response `200`

Bulk cancel response with event statuses

- BulkCancelEventResponse — Response payload for the bulk event cancellation.
  - `cancelEventResponses` CancelEventResponse[], required — List of events cancellation response.
    - `eventId` string, required — Unique identifier for the event.
    - `status` 'SUCCESS' | 'FAILED' | 'PARTIAL_SUCCESS', required — Generic operation/execution status.
    - `message` string — Details about success or failure reason.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/spotnana/apis/event-api.md) · [All operations](https://skmtc.net/spotnana/apis/event-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/event-api/revisions/13f531f73066/schema)
