Skip to main content
DELETE
Delete chat completion

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

completion_id
string
required

The ID of the chat completion to delete.

Response

200 - application/json

The chat completion was deleted successfully.

object
enum<string>
required

The type of object being deleted.

Available options:
chat.completion.deleted
id
string
required

The ID of the chat completion that was deleted.

deleted
boolean
required

Whether the chat completion was deleted.