{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory Block Hosts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Block Hosts", "type": "folder" }, "items": [ { "info": { "name": "Delete a Bulk Of Hosts", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/blockhosts/bulk", "params": [ { "name": "force", "value": "", "type": "query", "description": "Forcefully removes mappings between hosts and volumes. A host can be deleted only if it is not mapped to any volume, and a volume can be deleted only if it is not mapped to any host." } ] }, "docs": "This endpoint deletes multiple block hosts." } ] } ], "bundled": true }