---
title: "Delete a Prompt Payload"
method: DELETE
path: "/v1/prompts/{id}/payloads/{payloadID}"
tags: ["Prompt Payloads"]
---

# Delete a Prompt Payload

`DELETE /v1/prompts/{id}/payloads/{payloadID}`

Deletes a specific sample payload. Only editors can delete.

## Path parameters

- `id` string, uuid, required
- `payloadID` string, uuid, required

## Response `204`

Prompt payload deleted successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Prompt or payload not found

## Changes

- **2026-07-02** `e500bc0895c5` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2026-06-29** `27457b167aec` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/px0-ai/apis/px0-api/changes/v1/prompts/:id/payloads/:payloadID/delete.md)

---

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