Delete Map
locationservice_delete_map | R Documentation |
Deletes a map resource from your Amazon Web Services account¶
Description¶
Deletes a map resource from your Amazon Web Services account.
This operation deletes the resource permanently. If the map is being used in an application, the map may not render.
Usage¶
locationservice_delete_map(MapName)
Arguments¶
MapName |
[required] The name of the map resource to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_map(
MapName = "string"
)