---
title: "POST response_cancelled"
method: POST
path: "response_cancelled"
---

# POST response_cancelled

`POST response_cancelled` (webhook)

## Payload

- WebhookResponseCancelled — Sent when a background response has been cancelled.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the model response was cancelled.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `id` string, required — The unique ID of the model response.
  - `object` 'event' — The object of the event. Always `event`.
  - `type` 'response.cancelled', required — The type of the event. Always `response.cancelled`.

## Acknowledgement `200`

Return a 200 status code to acknowledge receipt of the event. Non-200 
status codes will be retried.

---

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