/datastores
Delete Datastore
Delete a given Datastore
, including all the documents ingested into it. This operation is irreversible.
This operation will fail with status code 400 if there is an active Agent
associated with the Datastore
.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the datastore to delete
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?