Skip to content

Delete Gateway

backupgateway_delete_gateway R Documentation

Deletes a backup gateway

Description

Deletes a backup gateway.

Usage

backupgateway_delete_gateway(GatewayArn)

Arguments

GatewayArn

[required] The Amazon Resource Name (ARN) of the gateway to delete.

Value

A list with the following syntax:

list(
  GatewayArn = "string"
)

Request syntax

svc$delete_gateway(
  GatewayArn = "string"
)