Delete Base Path Mapping
apigateway_delete_base_path_mapping | R Documentation |
Deletes the BasePathMapping resource¶
Description¶
Deletes the BasePathMapping resource.
Usage¶
apigateway_delete_base_path_mapping(domainName, domainNameId, basePath)
Arguments¶
domainName |
[required] The domain name of the BasePathMapping resource to delete. |
domainNameId |
The identifier for the domain name resource. Supported only for private custom domain names. |
basePath |
[required] The base path name of the BasePathMapping resource to delete. To specify an empty base path, set this parameter to
|
Value¶
An empty list.
Request syntax¶
svc$delete_base_path_mapping(
domainName = "string",
domainNameId = "string",
basePath = "string"
)