Skip to main content
DELETE
https://your-rootprint-host
/
api
/
indexes
/
{indexId}
/
sources
/
{sourceId}
Delete an index source
curl --request DELETE \
  --url https://your-rootprint-host/api/indexes/{indexId}/sources/{sourceId} \
  --cookie better-auth.session_token=
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "statusCode": 123,
    "requestId": "<string>",
    "details": [
      {
        "path": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

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

Authorizations

better-auth.session_token
string
cookie
required

Better Auth session cookie used by the Rootprint web UI.

Path Parameters

indexId
string
required

Quickwit index ID.

Minimum string length: 1
sourceId
string
required

Quickwit source ID.

Minimum string length: 1

Response

Source deleted.