Deletes a specific domain entry.
lightsail_delete_domain_entry(domainName, domainEntry)[required] The name of the domain entry to delete.
[required] An array of key-value pairs containing information about your domain entries.
svc$delete_domain_entry(
domainName = "string",
domainEntry = list(
id = "string",
name = "string",
target = "string",
isAlias = TRUE|FALSE,
type = "string",
options = list(
"string"
)
)
)
The delete domain entry operation supports tag-based access control
via resource tags applied to the resource identified by domainName. For
more information, see the Lightsail Dev Guide.