DELETE
/responses/{response_id}
curl \
--request DELETE 'https://api.openai.com/v1/responses/resp_677efb5139a88190b512bc3fef8e535d' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
"code": "string",
"message": "string",
"param": "string",
"type": "string"
}