REST: Delete a model response
Статья создана
Обновлена 24 декабря 2025 г.
Deletes a model response with the given ID.
HTTP request
DELETE https://ai.api.cloud.yandex.net/v1/responses/{response_id}
Path parameters
|
Field |
Description |
|
response_id |
string Required field. The ID of the response to delete. |
Response
HTTP Code: 200
OK
Response
HTTP Code: 404
Not Found
Response schema: application/json
{
"code": "unknown",
"message": "string",
"param": "unknown",
"type": "string"
}
|
Field |
Description |
|
code |
Any of string | null |
|
message |
string Required field. |
|
param |
Any of string | null |
|
type |
string Required field. |