Cancel a job that has triggered a Late Booking warning

JSON Source Code

{
    "event": "late_booking",
    "conditions": {
        "0": {
            "command": "booking_type",
            "operator": "instant"
        },
        "match": "all",
        "frequency": "unlimited"
    },
    "actions": {
        "0": {
            "command": "cancel_job"
        },
        "1": {
            "command": "append_note",
            "value": "Cancelled due to no drivers available to accept."
        }
    }
}