summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/otptoken_batch_del.json
blob: 7fff0a0c5cf7cbd0a39d3616c4c58ef7c8d3ccb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "messages": [
            {
                "code": 13001,
                "message": "API Version number was not sent, forward compatibility not guaranteed. Assuming server's API version, 2.83",
                "name": "VersionMissing",
                "type": "warning"
            }
        ],
        "results": [
            {
                "error": null,
                "result": {
                    "failed": []
                },
                "summary": "Deleted OTP token \"10bd43b5-3204-4695-9225-91064f6c77b3\"",
                "value": [
                    "10bd43b5-3204-4695-9225-91064f6c77b3"
                ]
            }
        ]
    }
}