cURL
curl --request DELETE \ --url https://api.openai.com/v1/responses/{response_id}
{ "id": "<string>", "object": "response", "deleted": true }
Deletes a model response with the given ID.
The ID of the response to delete.
A success message.
The ID of the deleted response.
The object type, always 'response'.
response
Whether the response was successfully deleted.