---
title: "Delete a response"
method: DELETE
path: "/v1/responses/{id}"
tags: ["responses"]
---

# Delete a response

`DELETE /v1/responses/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `provider` string

## Response `200`

OK

- CoreResponseDeleteResponse
  - `deleted` boolean
  - `id` string
  - `object` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `501` — Not Implemented
- `502` — Bad Gateway

## Changes

- **2026-08-22** `496ff50bdfef` — 5 info
  - added the optional property `error/provider` to the response with the `400` status
  - added the optional property `error/provider` to the response with the `401` status
  - added the optional property `error/provider` to the response with the `404` status
  - added the optional property `error/provider` to the response with the `501` status
  - …1 more
- **2026-04-19** `1a90f5d80e5a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/v1/responses/:id/delete.md)

---

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