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 endpoint, `projects.locations.processors.processorVersions.undeploy`, is used to undeploy a specific processor version."],["The request is made via a `POST` HTTP request to the provided endpoint URL, including the processor version's resource `name` as a path parameter."],["The `name` parameter is mandatory and follows the format `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorversion}`."],["The request body must be empty, and a successful request will return an `Operation` instance."],["Undeploying a processor version requires the `documentai.processorVersions.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]