Raw backend response for DELETE /user/nodes/cmd (snake_case).

interface ESPCmdRespCancelAPIResponse {
    status: string;
    total_cancelled: string;
}

Properties

status: string
total_cancelled: string