ai_parser_delete
Permanently remove an AI parser from your account. Delete parsers no longer needed to stay within plan limits.
Instructions
Delete an AI parser.
Permanently removes the parser (and all its versions) from your account.
When to use:
- Removing a parser you no longer need (e.g. to stay under plan limits)
When NOT to use:
- Changing a parser's fields (use 'ai_parser_update'); deletion is permanent
Args:
params (AiParserDeleteParams): parser_id (required).
Returns:
str: Empty on success (HTTP 204).
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |