Datastores & Datasources
Delete Datastore
Permanently deletes a specific datastore by its ID.
DELETE
/
datastores
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of the Datastore
Body
application/json · object
The body is of type object
.
Response
200 - application/json
id
string
name
string
description
string | null
type
enum<string>
Available options:
qdrant
isPublic
boolean
pluginName
string | null
pluginDescriptionForHumans
string | null
Was this page helpful?