Skip to content

Delete Traffic Policy Instance

route53_delete_traffic_policy_instance R Documentation

Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance

Description

Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.

In the Route 53 console, traffic policy instances are known as policy records.

Usage

route53_delete_traffic_policy_instance(Id)

Arguments

Id

[required] The ID of the traffic policy instance that you want to delete.

When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.

Value

An empty list.

Request syntax

svc$delete_traffic_policy_instance(
  Id = "string"
)