Delete a vector store

Delete a vector store by its ID.

Request

DELETE

https://ai.api.cloud.yandex.net/v1/vector_stores/{vector_store_id}
        

Path parameters

Name

Description

vector_store_id

Type: string

The ID of the vector store to delete.

Example: ``

Responses

200 OK

OK

Body

application/json
{
          "id": "example",
          "deleted": true,
          "object": "vector_store.deleted"
        }
        

Name

Description

deleted

Type: boolean

id

Type: string

Example: example

object

Type: string

Const: vector_store.deleted

Example: example

Предыдущая
Следующая