Required. The processor version resource name to be undeployed. 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.update
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 API method `projects.locations.processors.processorVersions.undeploy` undeploys a specified processor version."],["The HTTP request is a `POST` to the provided endpoint with the format `https://{endpoint}/v1beta3/{name}:undeploy`."],["The `name` parameter in the request path is required and must be the resource name of the processor version to be undeployed."],["The request body for this operation is empty, indicating that no additional data is needed for the undeploy operation."],["To use this API, you need the `documentai.processorVersions.update` IAM permission on the specified processor version `name` and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]