DELETE
/
responses
/
{response_id}
curl --request DELETE \
  --url https://api.openai.com/v1/responses/{response_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

response_id
string
required

The ID of the response to delete.

Example:

"resp_677efb5139a88190b512bc3fef8e535d"

Response

200

OK