Delete an index by ID
cURL
curl --request DELETE \ --url http://0.0.0.0:8008/indexes/{index_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.aspect.inc/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aspect.inc/docs/llms.txt
Use this file to discover all available pages before exploring further.
JWT in Authorization header. 'Bearer ' prefix optional.
The ID of the index to delete
Successful Response