delete_reusable_delegation_set

Route53.Client.delete_reusable_delegation_set(**kwargs)

Deletes a reusable delegation set.

Warning

You can delete a reusable delegation set only if it isn't associated with any hosted zones.

To verify that the reusable delegation set is not associated with any hosted zones, submit a GetReusableDelegationSet request and specify the ID of the reusable delegation set that you want to delete.

See also: AWS API Documentation

Request Syntax

response = client.delete_reusable_delegation_set(
    Id='string'
)
Parameters
Id (string) --

[REQUIRED]

The ID of the reusable delegation set that you want to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

    An empty element.

Exceptions

  • Route53.Client.exceptions.NoSuchDelegationSet
  • Route53.Client.exceptions.DelegationSetInUse
  • Route53.Client.exceptions.DelegationSetNotReusable
  • Route53.Client.exceptions.InvalidInput