WebApps API Client — DeletedWebApps

WebApps API Client — DeletedWebApps. 3 operations. Lead operation: Get all deleted apps for a subscription.. Self-contained Naftiko capability covering one Microsoft Azure Functions business surface.

Run with Naftiko Microsoft Azure FunctionsDeletedWebApps

What You Can Do

GET
Deletedwebappslist — Get all deleted apps for a subscription.
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/deletedsites
GET
Deletedwebappslistbylocation — Get all deleted apps for a subscription at location
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/deletedsites
GET
Deletedwebappsgetdeletedwebappbylocation — Get deleted app for a subscription at location.
/v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/deletedsites/{deletedsiteid}

MCP Tools

get-all-deleted-apps-subscription

Get all deleted apps for a subscription.

read-only idempotent
get-all-deleted-apps-subscription-2

Get all deleted apps for a subscription at location

read-only idempotent
get-deleted-app-subscription-location

Get deleted app for a subscription at location.

read-only idempotent

Capability Spec

azure-functions-management-deletedwebapps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WebApps API Client — DeletedWebApps
  description: 'WebApps API Client — DeletedWebApps. 3 operations. Lead operation: Get all deleted apps for a subscription..
    Self-contained Naftiko capability covering one Microsoft Azure Functions business surface.'
  tags:
  - Microsoft Azure Functions
  - DeletedWebApps
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_FUNCTIONS_API_KEY: MICROSOFT_AZURE_FUNCTIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-functions-management-deletedwebapps
    baseUri: https://management.azure.com
    description: WebApps API Client — DeletedWebApps business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-deletedSites
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites
      operations:
      - name: deletedwebappslist
        method: GET
        description: Get all deleted apps for a subscription.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-deletedS
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
      operations:
      - name: deletedwebappslistbylocation
        method: GET
        description: Get all deleted apps for a subscription at location
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-deletedS
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}
      operations:
      - name: deletedwebappsgetdeletedwebappbylocation
        method: GET
        description: Get deleted app for a subscription at location.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deletedSiteId
          in: path
          type: string
          description: The numeric ID of the deleted app, e.g. 12345
          required: true
  exposes:
  - type: rest
    namespace: azure-functions-management-deletedwebapps-rest
    port: 8080
    description: REST adapter for WebApps API Client — DeletedWebApps. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/deletedsites
      name: subscriptions-subscriptionid-providers-microsoft-web-deletedsites
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-deletedSites.
      operations:
      - method: GET
        name: deletedwebappslist
        description: Get all deleted apps for a subscription.
        call: azure-functions-management-deletedwebapps.deletedwebappslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/deletedsites
      name: subscriptions-subscriptionid-providers-microsoft-web-locations-location-deleteds
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-deletedS.
      operations:
      - method: GET
        name: deletedwebappslistbylocation
        description: Get all deleted apps for a subscription at location
        call: azure-functions-management-deletedwebapps.deletedwebappslistbylocation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-web/locations/{location}/deletedsites/{deletedsiteid}
      name: subscriptions-subscriptionid-providers-microsoft-web-locations-location-deleteds
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Web-locations-location-deletedS.
      operations:
      - method: GET
        name: deletedwebappsgetdeletedwebappbylocation
        description: Get deleted app for a subscription at location.
        call: azure-functions-management-deletedwebapps.deletedwebappsgetdeletedwebappbylocation
        with:
          deletedSiteId: rest.deletedSiteId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-functions-management-deletedwebapps-mcp
    port: 9090
    transport: http
    description: MCP adapter for WebApps API Client — DeletedWebApps. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-all-deleted-apps-subscription
      description: Get all deleted apps for a subscription.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-deletedwebapps.deletedwebappslist
      outputParameters:
      - type: object
        mapping: $.
    - name: get-all-deleted-apps-subscription-2
      description: Get all deleted apps for a subscription at location
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-deletedwebapps.deletedwebappslistbylocation
      outputParameters:
      - type: object
        mapping: $.
    - name: get-deleted-app-subscription-location
      description: Get deleted app for a subscription at location.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-functions-management-deletedwebapps.deletedwebappsgetdeletedwebappbylocation
      with:
        deletedSiteId: tools.deletedSiteId
      outputParameters:
      - type: object
        mapping: $.