---
title: "Delete Response"
method: DELETE
path: "/v1/responses/{response_id}"
tags: ["responses.openapi_other"]
---

# Delete Response

`DELETE /v1/responses/{response_id}`

Deletes a model response by its ID. Once deleted, the response data will be gone immediately and permanently.

The response cannot be recovered and any conversations that reference this response ID will no longer be able to access it.

## Path parameters

- `response_id` string, required — The ID of the response to delete

## Response `200`

Successful Response

- DeleteResponse — Response model for deleting a response.
  - `message` string, required — Confirmation message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/versions/29a1e4db152c/schema)
