View source: R/apigateway_operations.R
apigateway_delete_base_path_mapping | R Documentation |
Deletes the BasePathMapping resource.
See https://www.paws-r-sdk.com/docs/apigateway_delete_base_path_mapping/ for full documentation.
apigateway_delete_base_path_mapping(domainName, domainNameId = NULL, basePath)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.