Required. The processor version resource name to be deleted. It takes the form projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorversion}.
Authorization requires the following IAM permission on the specified resource name:
documentai.processorVersions.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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 2024-04-07 UTC."],[[["This webpage documents the `projects.locations.processors.processorVersions.delete` method, which is used to delete a specified processor version and all associated artifacts."],["The HTTP request for deleting a processor version is a `DELETE` request to the specified endpoint, using the processor version's resource name in the URL path."],["Deleting a processor version requires the `documentai.processorVersions.delete` IAM permission on the resource `name`."],["The request body for this operation must be empty, and a successful operation will return an instance of an `Operation` object."],["This operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]