Delete Website Source URLs
ethora-sources-site-delete-url-v2-batchBulk-remove crawled website sources (1–100) from an app in one call, matched by their source record ids. Deletes each matching record and its embeddings; not reversible. Ids not present are skipped.
Auth: app-token mode OR B2B mode with an explicit appId. Errors: 401/403 wrong auth; 404 unknown appId. Related: matches on source ids (not URL strings) — get them from ethora-sources-site-list-v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Site source record ids to delete, 1–100 per call. Get them from `ethora-sources-site-list-v2`. | |
| appId | No | 24-char hex appId the sources belong to. Required in B2B mode unless already set via `ethora-app-select`; ignored in app-token mode. |