{ "opencollection": "1.0.0", "info": { "name": "Elastic Cloud Account Indices API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Indices", "type": "folder" }, "items": [ { "info": { "name": "Create an index", "type": "http" }, "http": { "method": "PUT", "url": "https://api.elastic-cloud.com/:index", "params": [ { "name": "index", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an index" }, { "info": { "name": "Delete an index", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.elastic-cloud.com/:index", "params": [ { "name": "index", "value": "", "type": "path" } ] }, "docs": "Delete an index" } ] } ], "bundled": true }