REST: Delete chat completion
Статья создана
Обновлена 24 декабря 2025 г.
[CURRENTLY NOT SUPPORTED]
HTTP request
DELETE https://ai.api.cloud.yandex.net/v1/chat/completions/{completion_id}
Path parameters
|
Field |
Description |
|
completion_id |
string Required field. The ID of the chat completion to delete. |
Response
HTTP Code: 200
The chat completion was deleted successfully.
Response schema: application/json
{
"object": "string",
"id": "string",
"deleted": "boolean"
}
|
Field |
Description |
|
object |
enum Required field. The type of object being deleted.
|
|
id |
string Required field. The ID of the chat completion that was deleted. |
|
deleted |
boolean Required field. Whether the chat completion was deleted. |