Skip to main content
Responses

Delete a model response

DELETE
/openai/v1/responses/{response_id}

Removes the specified response and its stored content.

Path Parameters
response_idstringrequired
The ID of the response to delete.
Header Parameters
x-ms-user-isolation-keystringoptional
Opaque per-user isolation key used to scope endpoint-scoped data (responses, conversations, sessions) to a specific end user.
Responses
idstringrequired
The operation ID.
objectenumrequired
Always return 'response'.
response
deletedenumrequired
Always return true
true