Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.openai.com/v1/responses/{response_id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "message": "<string>", "param": "<string>", "type": "<string>" }
Deletes a model response with the given ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the response to delete.
"resp_677efb5139a88190b512bc3fef8e535d"
OK
Was this page helpful?