---
title: "Admin Delete Scheduled Responses"
method: POST
path: "/v1/admin/scheduled-responses/delete"
tags: ["Admin"]
---

# Admin Delete Scheduled Responses

`POST /v1/admin/scheduled-responses/delete`

[ADMIN] Delete failed scheduled responses for an org by failure reason.

Uses parallel batch deletes (TransactWrite, chunks of 25) for fast bulk deletion.

## Request body

- AdminDeleteScheduledResponsesRequest
  - `org_id` string, required
  - `failure_reason` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/versions/23d1ff06d0d0/schema)
