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.
HTTP request
DELETE https://integrations.googleapis.com/v1/{name=projects/*/locations/*/products/*/integrations/*/versions/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The version to delete. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires one of the following IAM permissions on the name
resource, depending on the resource type:
integrations.apigeeIntegrationVers.delete
integrations.integrationVersions.delete
For more information, see the IAM documentation.