メインコンテンツまでスキップ

Action: invalidate_vehicles

Invalidate (soft-delete) vehicles.

action_typestringrequired

Action type identifier.

Constant value: invalidate_vehicles
agent_idsstring<uuid>[]required

List of uids of the vehicles to be invalidated.

remove_point_nodesboolean

If true then assigned point nodes will be removed.

Default value: true
Action: invalidate_vehicles
{
"action_type": "string",
"agent_ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"remove_point_nodes": true
}