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.
curl --request DELETE \
--url https://api.openai.com/v1/responses/{response_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"param": "<string>",
"type": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://openai-hd4n6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?