v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
responses.openapi_other

Delete Response

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.

delete/v1/responses/{response_id}

Path parameters

response_idstring required

The ID of the response to delete

The ID of the response to delete

Response

Successful Response

messagestring required

Confirmation message

Example response

{
  "message": "Response deleted successfully"
}