v1

latestOpenAPI 3.0.32026-07-2672219.4 KB
Chat

Delete a stored chat completion

Deletes a chat completion by ID, cleaning up all associated resources.

delete/v1/chat/completions/{completion_id}

Path parameters

completion_idstring required

The ID of the chat completion to delete

Response

The chat completion was deleted successfully

idstring required

The ID of the deleted chat completion.

object'chat.completion.deleted' required

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

deletedboolean required

Whether the chat completion was successfully deleted.