Skip to main content
DELETE
/
api
/
apps
/
{app_id}
/
indexes
/
{index_id}
Delete an index DELETE /api/apps/:app_id/indexes/:index_id
curl --request DELETE \
  --url https://api.example.com/api/apps/{app_id}/indexes/{index_id}

Documentation Index

Fetch the complete documentation index at: https://docs.ondb.ai/llms.txt

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

Path Parameters

app_id
string
required

Application ID

index_id
string
required

Index ID

Response

Index deleted successfully