Delete Geofence Collection
locationservice_delete_geofence_collection | R Documentation |
Deletes a geofence collection from your Amazon Web Services account¶
Description¶
Deletes a geofence collection from your Amazon Web Services account.
This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
Usage¶
locationservice_delete_geofence_collection(CollectionName)
Arguments¶
CollectionName |
[required] The name of the geofence collection to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_geofence_collection(
CollectionName = "string"
)