---
title: "Delete a response-format preset"
method: DELETE
path: "/api/response-format-presets/{id}/"
tags: ["prompts"]
---

# Delete a response-format preset

`DELETE /api/response-format-presets/{id}/`

Delete a response-format preset from the caller's project.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `401` — Authentication failed.
- `404` — Preset not found in the caller's project.

## Changes

- **2026-08-13** `4e064cf81dae` — 4 info
  - api tag `prompts` added
  - api tag `platformApi` removed
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
- **2026-07-31** `c26d550029f8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/response-format-presets/:id/delete.md)

---

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