curl --request DELETE \
--url https://api.openai.com/v1/responses/{response_id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Deletes a model response with the given ID.
curl --request DELETE \
--url https://api.openai.com/v1/responses/{response_id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the response to delete.
"resp_677efb5139a88190b512bc3fef8e535d"
OK
Was this page helpful?