Delete Domain Verification
| vpclattice_delete_domain_verification | R Documentation |
Deletes the specified domain verification¶
Description¶
Deletes the specified domain verification.
Usage¶
vpclattice_delete_domain_verification(domainVerificationIdentifier)
Arguments¶
domainVerificationIdentifier |
[required] The ID of the domain verification to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_domain_verification(
domainVerificationIdentifier = "string"
)