Delete a conversation
Delete a conversation by ID. Items in the conversation will not be deleted.
Request
DELETE
https://ai.api.cloud.yandex.net/v1/conversations/{conversation_id}
Path parameters
|
Name |
Description |
|
conversation_id |
Type: string The ID of the conversation to delete. Example: `` |
Responses
200 OK
Success
Body
application/json
{
"object": "conversation.deleted",
"deleted": true,
"id": "example"
}
|
Name |
Description |
|
deleted |
Type: boolean |
|
id |
Type: string Example: |
|
object |
Type: string Default: Const: |
Was the article helpful?
Previous