{ "opencollection": "1.0.0", "info": { "name": "Flowable REST Access Tokens Manage History Case Instances API", "version": "v1" }, "items": [ { "info": { "name": "Manage History Case Instances", "type": "folder" }, "items": [ { "info": { "name": "Post action request to delete a bulk of historic case instances", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/cmmn-history/historic-case-instances/delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Post action request to delete a bulk of historic case instances" } ] } ], "bundled": true }