Delete a parse run
delete_parse_runPermanently delete a parse run and its stored outputs (parse group). Cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The run ID from parse_document. | |
| environment | Yes | "TEST" = the Test (development) environment, "PRODUCTION" = live. Must match a granted target from get_me (an API key pins one environment). | |
| workspaceId | Yes | Target workspace (ws_...). Must be a granted workspace — get_me lists the accepted values. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| deleted | Yes |