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