Soft-deletes the integration. Changes the status of the integration to ARCHIVED. If the integration being ARCHIVED is tagged as "HEAD", the tag is removed from this snapshot and set to the previous non-ARCHIVED snapshot. The PUBLISH_REQUESTED, DUE_FOR_DELETION tags are removed too. This RPC throws an exception if the version being deleted is DRAFT, and if the lockedBy user is not the same as the user performing the Delete. Audit fields updated include lastModifiedTimestamp, last_modified_by. Any existing lock is released when Deleting a integration. Currently, there is no undelete mechanism.
[[["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 2023-02-22 UTC."],[[["This document describes how to soft-delete an integration version, which changes its status to ARCHIVED and removes certain tags like \"HEAD,\" PUBLISH_REQUESTED, and DUE_FOR_DELETION."],["The HTTP request uses a `DELETE` method on a specific URL following gRPC Transcoding syntax, requiring the `name` path parameter to identify the version being deleted."],["The request body must be empty, and a successful deletion results in an empty response body."],["Deleting an integration version requires either `integrations.apigeeIntegrationVers.delete` or `integrations.integrationVersions.delete` IAM permission on the specified resource."],["This action also requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope to be performed."]]],[]]