Scrape parse configs
Delete
Soft deletes a top level parse configuration and every sub configuration below it, knowledge already extracted with it stays in place. Only a top level id is accepted, a sub configuration is removed by leaving it out of an update of its parent.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/scrape_parse_configs/{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