Microsoft Graph · Capability

Microsoft Graph Applications API — Applications Remove Password

Microsoft Graph Applications API — Applications Remove Password. 1 operations. Lead operation: Microsoft Graph Create Remove Password. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApplications Remove Password

What You Can Do

POST
Removepasswordapplications — Microsoft Graph Create Remove Password
/v1/applications/{application-id}/removepassword

MCP Tools

microsoft-graph-create-remove-password

Microsoft Graph Create Remove Password

Capability Spec

applications-applications-remove-password.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Applications API — Applications Remove Password
  description: 'Microsoft Graph Applications API — Applications Remove Password. 1 operations. Lead operation: Microsoft Graph
    Create Remove Password. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Applications Remove Password
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: applications-applications-remove-password
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Applications API — Applications Remove Password business capability. Self-contained, no shared
      references.
    resources:
    - name: applications-application-id-removePassword
      path: /applications/{application-id}/removePassword
      operations:
      - name: removepasswordapplications
        method: POST
        description: Microsoft Graph Create Remove Password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: applications-applications-remove-password-rest
    port: 8080
    description: REST adapter for Microsoft Graph Applications API — Applications Remove Password. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/{application-id}/removepassword
      name: applications-application-id-removepassword
      description: REST surface for applications-application-id-removePassword.
      operations:
      - method: POST
        name: removepasswordapplications
        description: Microsoft Graph Create Remove Password
        call: applications-applications-remove-password.removepasswordapplications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-applications-remove-password-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Applications API — Applications Remove Password. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-create-remove-password
      description: Microsoft Graph Create Remove Password
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: applications-applications-remove-password.removepasswordapplications
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.