{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Zebrafishes API", "version": "v1" }, "items": [ { "info": { "name": "Zebrafishes", "type": "folder" }, "items": [ { "info": { "name": "Delete zebrafish", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/zebrafishes/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "zebrafish id" } ] }, "docs": "Delete zebrafish" } ] } ], "bundled": true }