delete_geofence_collection(**kwargs)¶Deletes a geofence collection from your Amazon Web Services account.
Note
This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.
See also: AWS API Documentation
Request Syntax
response = client.delete_geofence_collection(
CollectionName='string'
)
[REQUIRED]
The name of the geofence collection to be deleted.
{}
Response Structure
Exceptions
LocationService.Client.exceptions.InternalServerExceptionLocationService.Client.exceptions.ResourceNotFoundExceptionLocationService.Client.exceptions.AccessDeniedExceptionLocationService.Client.exceptions.ValidationExceptionLocationService.Client.exceptions.ThrottlingException