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>"
}Was this page helpful?