AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Deletes a traffic policy.

When you delete a traffic policy, Route 53 sets a flag on the policy to indicate that it has been deleted. However, Route 53 never fully deletes the traffic policy. Note the following:

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteTrafficPolicyAsync.

Namespace: Amazon.Route53
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public abstract DeleteTrafficPolicyResponse DeleteTrafficPolicy(
         DeleteTrafficPolicyRequest request
)

Parameters

request
Type: Amazon.Route53.Model.DeleteTrafficPolicyRequest

Container for the necessary parameters to execute the DeleteTrafficPolicy service method.

Return Value


The response from the DeleteTrafficPolicy service method, as returned by Route53.

Exceptions

ExceptionCondition
ConcurrentModificationException Another user submitted a request to create, update, or delete the object at the same time that you did. Retry the request.
InvalidInputException The input is not valid.
NoSuchTrafficPolicyException No traffic policy exists with the specified ID.
TrafficPolicyInUseException One or more traffic policy instances were created by using the specified traffic policy.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also