Learn R Programming

paws.application.integration (version 0.9.0)

locationservice_batch_delete_device_position_history: Deletes the position history of one or more devices from a tracker resource

Description

Deletes the position history of one or more devices from a tracker resource.

See https://www.paws-r-sdk.com/docs/locationservice_batch_delete_device_position_history/ for full documentation.

Usage

locationservice_batch_delete_device_position_history(TrackerName, DeviceIds)

Arguments

TrackerName

[required] The name of the tracker resource to delete the device position history from.

DeviceIds

[required] Devices whose position history you want to delete.

  • For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]