responses.openapi_other
Delete Response
Deletes a model response by its ID. Once deleted, the response data will be gone immediately and permanently.
The response cannot be recovered and any conversations that reference this response ID will no longer be able to access it.
delete/v1/responses/{response_id}
Path parameters
response_idstring required
The ID of the response to delete
The ID of the response to delete
Response
Successful Response
Example response
{
"message": "Response deleted successfully"
}