LocationService / Client / delete_geofence_collection

delete_geofence_collection#

LocationService.Client.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'
)
Parameters:

CollectionName (string) –

[REQUIRED]

The name of the geofence collection to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • LocationService.Client.exceptions.InternalServerException

  • LocationService.Client.exceptions.ResourceNotFoundException

  • LocationService.Client.exceptions.AccessDeniedException

  • LocationService.Client.exceptions.ValidationException

  • LocationService.Client.exceptions.ThrottlingException