LocationService / Client / delete_map

delete_map#

LocationService.Client.delete_map(**kwargs)#

Deletes a map resource from your Amazon Web Services account.

Note

This operation deletes the resource permanently. If the map is being used in an application, the map may not render.

See also: AWS API Documentation

Request Syntax

response = client.delete_map(
    MapName='string'
)
Parameters:

MapName (string) –

[REQUIRED]

The name of the map resource to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions