{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector DeletedWebApps API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "DeletedWebApps", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get All Deleted Apps For A Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Web/deletedSites", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Description for Get all deleted apps for a subscription." }, { "info": { "name": "Microsoft Azure Get All Deleted Apps For A Subscription At Location", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Web/locations/:location/deletedSites", "params": [ { "name": "location", "value": "", "type": "path" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Description for Get all deleted apps for a subscription at location" }, { "info": { "name": "Microsoft Azure Get Deleted App For A Subscription At Location", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Web/locations/:location/deletedSites/:deletedSiteId", "params": [ { "name": "location", "value": "", "type": "path" }, { "name": "deletedSiteId", "value": "", "type": "path", "description": "The numeric ID of the deleted app, e.g. 12345" }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Description for Get deleted app for a subscription at location." } ] } ], "bundled": true }