Skip to content

Disassociate Delegation Signer from Domain

route53domains_disassociate_delegation_signer_from_domain R Documentation

Deletes a delegation signer (DS) record in the registry zone for this domain name

Description

Deletes a delegation signer (DS) record in the registry zone for this domain name.

Usage

route53domains_disassociate_delegation_signer_from_domain(DomainName,
  Id)

Arguments

DomainName

[required] Name of the domain.

Id

[required] An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by get_domain_detail.

Value

A list with the following syntax:

list(
  OperationId = "string"
)

Request syntax

svc$disassociate_delegation_signer_from_domain(
  DomainName = "string",
  Id = "string"
)