less than a minute
MQTT: ia/<customerID>/<location>/<AssetID>/deleteShift
For Kafka just switch the /
character with a .
deleteShift
is generated to delete a shift that started at the designated timestamp.
key | data type | description |
---|---|---|
timestamp_ms | int32 | unix timestamp of the shift start |
The shift that started at the designated timestamp is deleted from the database.
{
"begin_time_stamp": 1588879689394
}