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

messagestring required

Confirmation message

Example response

{
  "message": "Response deleted successfully"
}

Changes

Changed in 2 of the 27 revisions of this API.3

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog