Skip to main content
DELETE
Delete a stored chat completion

Path Parameters

completion_id
string
required

The ID of the chat completion to delete

Response

The chat completion was deleted successfully

Represents the deletion confirmation of a chat completion.

id
string
required

The ID of the deleted chat completion.

object
enum<string>
required

The object type, which is always "chat.completion.deleted".

Available options:
chat.completion.deleted
deleted
boolean
required

Whether the chat completion was successfully deleted.