networkmanager_delete_core_network_policy_version {paws.networking}R Documentation

Deletes a policy version from a core network

Description

Deletes a policy version from a core network. You can't delete the current LIVE policy.

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

Usage

networkmanager_delete_core_network_policy_version(
  CoreNetworkId,
  PolicyVersionId
)

Arguments

CoreNetworkId

[required] The ID of a core network for the deleted policy.

PolicyVersionId

[required] The version ID of the deleted policy.


[Package paws.networking version 0.7.0 Index]