DELETE
/
v1
/
chat
/
completions
/
{completion_id}
{
  "deleted": true,
  "id": "<string>",
  "object": "<string>"
}

Path Parameters

completion_id
string
required

ID of the chat completion

Response

200
application/json

Chat completion deleted successfully

The response is of type object.