locationservice_batch_delete_device_position_history {paws.application.integration}R Documentation

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(DeviceIds, TrackerName)

Arguments

DeviceIds

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

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

TrackerName

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


[Package paws.application.integration version 0.6.0 Index]