Skip to contents

Deletes a secondary subnet. A secondary subnet must not contain any secondary interfaces prior to deletion.

See https://www.paws-r-sdk.com/docs/ec2_delete_secondary_subnet/ for full documentation.

Usage

ec2_delete_secondary_subnet(
  ClientToken = NULL,
  DryRun = NULL,
  SecondarySubnetId
)

Arguments

ClientToken

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

SecondarySubnetId

[required] The ID of the secondary subnet to delete.