Skip to content

Delete Domain Name

apigateway_delete_domain_name R Documentation

Deletes the DomainName resource

Description

Deletes the DomainName resource.

Usage

apigateway_delete_domain_name(domainName, domainNameId)

Arguments

domainName

[required] The name of the DomainName resource to be deleted.

domainNameId

The identifier for the domain name resource. Supported only for private custom domain names.

Value

An empty list.

Request syntax

svc$delete_domain_name(
  domainName = "string",
  domainNameId = "string"
)