Skip to content

Delete Conditional Forwarder

directoryservice_delete_conditional_forwarder R Documentation

Deletes a conditional forwarder that has been set up for your Amazon Web Services directory

Description

Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.

Usage

directoryservice_delete_conditional_forwarder(DirectoryId,
  RemoteDomainName)

Arguments

DirectoryId

[required] The directory ID for which you are deleting the conditional forwarder.

RemoteDomainName

[required] The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

Value

An empty list.

Request syntax

svc$delete_conditional_forwarder(
  DirectoryId = "string",
  RemoteDomainName = "string"
)