delete_base_path_mapping

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'
)
Parameters
  • domainName (string) --

    [REQUIRED]

    The domain name of the BasePathMapping resource to delete.

  • basePath (string) --

    [REQUIRED]

    The base path name of the BasePathMapping resource to delete.

    To specify an empty base path, set this parameter to '(none)' .

Returns

None

Exceptions

  • APIGateway.Client.exceptions.BadRequestException
  • APIGateway.Client.exceptions.ConflictException
  • APIGateway.Client.exceptions.NotFoundException
  • APIGateway.Client.exceptions.UnauthorizedException
  • APIGateway.Client.exceptions.TooManyRequestsException