Skip to main content
DELETE
/
v1
/
beta
/
private_indexes
/
{id}
/
cURL
curl --request DELETE \
  --url https://trytako.com/api/v1/beta/private_indexes/{id}/ \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Notes

  • To authenticate, you’ll need a Tako API key. It’s best practice to store it as an environment variable to avoid hardcoding sensitive credentials in your code.
  • Admin Only: This operation requires admin privileges and is restricted to administrators.
  • Permanently deletes a private index and all associated data.
  • This operation cannot be undone - all files, ontologies, and data associated with the private index will be permanently removed.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

ID of the private index

Response

Deleted

I