Scrape domains
Delete
Soft deletes one scrape domain, which stops it from being crawled again. The pages already scraped from the domain are not removed and no cleanup work is queued, so their content stays in place.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/scrape_domains/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37