Skip to content

Delete Tracker

locationservice_delete_tracker R Documentation

Deletes a tracker resource from your Amazon Web Services account

Description

Deletes a tracker resource from your Amazon Web Services account.

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.

Usage

locationservice_delete_tracker(TrackerName)

Arguments

TrackerName

[required] The name of the tracker resource to be deleted.

Value

An empty list.

Request syntax

svc$delete_tracker(
  TrackerName = "string"
)