responses-api

Delete response

Hard-deletes a response and every fusillade row that backs it (including the dedicated request_templates row carrying the prompt body). Provided for right-to-erasure compliance.

Token / cost analytics in http_analytics and billing transactions in credits_transactions are preserved — they are denormalized off the fusillade schema and survive the erasure.

delete/responses/{response_id}

Path parameters

response_idstring required

The response ID returned when the response was created (with or without the resp_ prefix).

Response

Response deleted.

deletedboolean required
idstring required
object'response' required

Always "response" for the deletion envelope.

Example response

{
  "deleted": true,
  "id": "resp_abc123",
  "object": "response"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.