Introduction
Permanently removes an Entity and its associated data. The Entity object must have an Id field. Remaining fields are optional. Note: the Entity does not function as a filter.
Important: this method can trigger cascading removal of all dependent objects associated with the Entity. For example removing a Device would remove all LogRecords associated with it.
Parameters

credentials

The user's Geotab login credentials.

entity

The Entity to be removed.

typeName

The entity type this operation targets (e.g. "Device", "User").
Return value
A Task representing the asynchronous operation.
Code samples
Rate limits

This rate limit only applies to objects that do not have a more specific rate limit. Review the object reference to determine the specific rate limit.

MethodDescriptionLimitPeriodStatus
RemoveLimit of 100 requests per 1m.1001mInactive

Loading API Runner...