lightsail_delete_domain_entry {paws.compute} | R Documentation |
Deletes a specific domain entry
Description
Deletes a specific domain entry.
See https://www.paws-r-sdk.com/docs/lightsail_delete_domain_entry/ for full documentation.
Usage
lightsail_delete_domain_entry(domainName, domainEntry)
Arguments
domainName |
[required] The name of the domain entry to delete. |
domainEntry |
[required] An array of key-value pairs containing information about your domain entries. |
[Package paws.compute version 0.9.0 Index]