Skip to main content

Delete a asset by UUID.

DELETE 

/v1/assets/:uuid

Delete a asset by UUID.

Request

Path Parameters

    uuid uuidrequired

    Unique identifier for the asset

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    $schema uri

    A URL to the JSON Schema for this object.

    createdAt date-timerequired

    Date and time the asset was created.

    customer uuidrequired

    Unique identifier for the owner (customer)

    deletedAt date-timerequired

    Date and time the asset was deleted.

    device stringnull

    Possible values: >= 16 characters and <= 16 characters

    Unique identifier for the device associated with asset

    integration uuid

    Unique identifier for the integration associated with asset

    lastPosition

    LastPosition (object,null)

    Last known position of the asset.

    accuracy double

    Accuracy of the position

    altitude double

    Altitude of the position

    capturedAt date-timerequired

    Date and time the asset was captured.

    latitude doublerequired

    Latitude of the position

    longitude doublerequired

    Longitude of the position

    moving booleannullrequired

    Is the asset moving

    receivedAt date-timerequired

    Date and time the asset was captured.

    source stringnullrequired

    Possible values: [gnss, wifi, ble, lora]

    Source of the position

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of asset.

    positions int64

    Number of positions for the asset.

    updatedAt date-timerequired

    Date and time the asset was updated.

    uuid uuidrequired

    Unique identifier for the asset

    status int64required
    timestamp date-timerequired
Loading...