Skip to main content
DELETE
/
indexes
/
{index_id}
Delete Index
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 Index

Fetch the complete documentation index at: https://docs.aspect.inc/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Path Parameters

index_id
string<uuid>
required

The ID of the index to delete

Response

Successful Response