---
title: "Cancel All Scheduled"
method: POST
path: "/v1/interviews/{interview_id}/cancel-scheduled"
tags: ["interviews"]
---

# Cancel All Scheduled

`POST /v1/interviews/{interview_id}/cancel-scheduled`

Cancel all scheduled interviews for a campaign.

This will:
1. Delete all Google Calendar events for scheduled contacts
2. Cancel all pending interview jobs
3. Reset all scheduled contacts to pending (can be rescheduled) or skipped

Use mark_as_skipped=true to permanently skip all contacts.

## Path parameters

- `interview_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Request body

- CancelRequest
  - `mark_as_skipped` boolean

## Response `200`

Successful Response

- CancelAllResponse
  - `cancelled_count` integer, required
  - `calendar_events_deleted` integer, required
  - `new_status` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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