REST: Delete an item
[CURRENTLY NOT SUPPORTED]
HTTP request
DELETE https://ai.api.cloud.yandex.net/v1/conversations/{conversation_id}/items/{item_id}
Path parameters
|
Field |
Description |
|
conversation_id |
string Required field. The ID of the conversation that contains the item. |
|
item_id |
string Required field. The ID of the item to delete. |
Response
HTTP Code: 200
OK
Response schema: application/json
{
"id": "string",
"object": "string",
"metadata": "unknown",
"created_at": "integer"
}
|
Field |
Description |
|
id |
string Required field. The unique ID of the conversation. |
|
object |
enum Required field. The object type, which is always
|
|
metadata |
unknown Required field. Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. |
|
created_at |
integer Required field. The time at which the conversation was created, measured in seconds since the Unix epoch. |