APIGateway.Client.
delete_base_path_mapping
(**kwargs)¶Deletes the BasePathMapping resource.
See also: AWS API Documentation
Request Syntax
response = client.delete_base_path_mapping(
domainName='string',
basePath='string'
)
[REQUIRED]
The domain name of the BasePathMapping resource to delete.
[REQUIRED]
The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'
.
None
Exceptions
APIGateway.Client.exceptions.BadRequestException
APIGateway.Client.exceptions.ConflictException
APIGateway.Client.exceptions.NotFoundException
APIGateway.Client.exceptions.UnauthorizedException
APIGateway.Client.exceptions.TooManyRequestsException