LocationService / Client / delete_tracker

delete_tracker#

LocationService.Client.delete_tracker(**kwargs)#

Deletes a tracker resource from your Amazon Web Services account.

Note

This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. Make sure that the target resource isn’t a dependency for your applications.

See also: AWS API Documentation

Request Syntax

response = client.delete_tracker(
    TrackerName='string'
)
Parameters:

TrackerName (string) –

[REQUIRED]

The name of the tracker resource 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