cURL
curl --request PUT \ --url https://api.contextual.ai/v1/datastores/{datastore_id}/reset \ --header 'Authorization: Bearer <token>'
{}
Reset the give Datastore. This operation is irreversible and it deletes all the documents associated with the datastore.
Datastore
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the datastore to edit
Successful Response
The response is of type EmptyResponse · object.
EmptyResponse · object
Was this page helpful?