Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.example.com/v1/projects/{project_id}/indexes/{index_id} \ --header 'x-api-key: <api-key>' \ --header 'x-selected-account-id: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Delete an index and its blob storage.
API key for authentication
Selected Account ID
Successful Response