apigateway_delete_base_path_mapping: Deletes the BasePathMapping resource
Description
Deletes the BasePathMapping resource.
Usage
apigateway_delete_base_path_mapping(domainName, basePath)
Arguments
domainName
[required] [Required] The domain name of the BasePathMapping resource to delete.
basePath
[required] [Required] The base path name of the BasePathMapping resource to
delete.
To specify an empty base path, set this parameter to '(none)'
.
Request syntax
svc$delete_base_path_mapping(
domainName = "string",
basePath = "string"
)