Delete a asset by UUID.
DELETE/v1/assets/:uuid
Delete a asset by UUID.
Request
Path Parameters
Unique identifier for the asset
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
A URL to the JSON Schema for this object.
data
object
required
A URL to the JSON Schema for this object.
Date and time the asset was created.
Unique identifier for the owner (customer)
Date and time the asset was deleted.
Possible values: >= 16 characters
and <= 16 characters
Unique identifier for the device associated with asset
Unique identifier for the integration associated with asset
lastPosition
LastPosition (object,null)
Last known position of the asset.
Accuracy of the position
Altitude of the position
Date and time the asset was captured.
Latitude of the position
Longitude of the position
Is the asset moving
Date and time the asset was captured.
Possible values: [gnss
, wifi
, ble
, lora
]
Source of the position
Possible values: non-empty
and <= 80 characters
Name of asset.
Number of positions for the asset.
Date and time the asset was updated.
Unique identifier for the asset
{
"$schema": "string",
"data": {
"$schema": "string",
"createdAt": "2024-06-25T14:10:22.433Z",
"customer": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"positions": 0,
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"status": 0,
"timestamp": "2024-06-25T14:10:22.434Z"
}
Error
- application/problem+json
- Schema
- Example (from schema)
Schema
Array [
]
A URL to the JSON Schema for this object.
A human-readable explanation specific to this occurrence of the problem.
errors
object[]
Optional list of individual error details
Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id'
Error message text
The value at the given location
A URI reference that identifies the specific occurrence of the problem.
HTTP status code
A short, human-readable summary of the problem type. This value should not change between occurrences of the error.
Default value: about:blank
A URI reference to human-readable documentation for the error.
{
"$schema": "string",
"detail": "string",
"errors": [
{
"location": "string",
"message": "string"
}
],
"instance": "string",
"status": 0,
"title": "string",
"type": "about:blank"
}