Required. The name of the parser to delete. Format: projects/{project}/locations/{___location}/instances/{instance}/logTypes/{logtype}/parsers/{parser}
Query parameters
Parameters
force
boolean
Flag to forcibly delete an ACTIVE parser.
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-14 UTC."],[[["This webpage details the process for deleting a parser using the `projects.locations.instances.logTypes.parsers.delete` method."],["The `DELETE` HTTP request is directed to `https://chronicle.googleapis.com/v1alpha/{name}`, with the `name` path parameter specifying the parser to delete."],["The `force` query parameter allows for the forced deletion of an active parser, as a boolean."],["No request body is required for this operation, and a successful response will return an empty JSON object."],["Deleting a parser requires the `chronicle.parsers.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]