Delete Website Source URL
ethora-sources-site-delete-url-v2Remove a single crawled URL from an app's RAG sources, matched by its exact url string (app-token / B2B variant of ethora-sources-site-delete-url). Deletes the source record and its embeddings; not reversible. Matches on the exact stored URL string.
Auth: app-token mode OR B2B mode with an explicit appId. Errors: 401/403 wrong auth; 404 url not a crawled source. Related: get the stored value from ethora-sources-site-list-v2; bulk-by-id is ethora-sources-site-delete-url-v2-batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Exact crawled URL string to remove (must match what was stored — get it from `ethora-sources-site-list-v2`). | |
| appId | No | 24-char hex appId the URL belongs to. Required in B2B mode unless already set via `ethora-app-select`; ignored in app-token mode. |