教程:删除地理围栏 - Amazon Location Service

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

教程:删除地理围栏

您可以使用亚马逊定位控制台、 AWS CLI或亚马逊位置从地理围栏集合中删除地理围栏。APIs

Console

使用 Amazon Location 控制台删除地理围栏

警告

此操作将永久删除资源。

  1. 打开亚马逊定位控制台,网址为https://console.aws.amazon.com/location/

  2. 从左侧导航窗格中选择地理围栏集合

  3. 我的地理围栏集合下,选择目标地理围栏集合的名称链接。

  4. 地理围栏下,选择目标地理围栏。

  5. 选择删除地理围栏

API

使用 Amazon 定位地理围APIs栏中的BatchDeleteGeofence操作。

以下示例API请求从 geofence 集合中删除地理围栏 ExampleCollection.

POST /geofencing/v0/collections/ExampleCollection/delete-geofences Content-type: application/json { "GeofenceIds": [ "ExampleGeofence11" ] }

以下是 BatchDeleteGeofence 成功响应的示例。

HTTP/1.1 200
CLI

使用 batch-delete-geofence 命令。

以下示例是从地理围栏集合中删除地理围栏的 AWS CLI 命令 ExampleCollection.

aws location batch-delete-geofence \ --collection-name "ExampleCollection" \ --geofence-ids "ExampleGeofence11"