{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Remove Password API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Remove Password", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Create Remove Password", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/removePassword", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a password from an application." } ] } ], "bundled": true }