APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccountPasswordPolicy

APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccountPasswordPolicy. 2 operations. Lead operation: #Action=DeleteAccountPasswordPolicy. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=DeleteAccountPasswordPolicy

What You Can Do

GET
Getdeleteaccountpasswordpolicy — Deletes the password policy for the Amazon Web Services account. There are no parameters.
/v1/action-deleteaccountpasswordpolicy
POST
Postdeleteaccountpasswordpolicy — Deletes the password policy for the Amazon Web Services account. There are no parameters.
/v1/action-deleteaccountpasswordpolicy

MCP Tools

deletes-password-policy-amazon-web

Deletes the password policy for the Amazon Web Services account. There are no parameters.

read-only idempotent
deletes-password-policy-amazon-web-2

Deletes the password policy for the Amazon Web Services account. There are no parameters.

Capability Spec

aws-iam-action-deleteaccountpasswordpolicy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccountPasswordPolicy'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccountPasswordPolicy. 2 operations.
    Lead operation: #Action=DeleteAccountPasswordPolicy. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteAccountPasswordPolicy'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-deleteaccountpasswordpolicy
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccountPasswordPolicy business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteAccountPasswordPolicy'
      path: /#Action=DeleteAccountPasswordPolicy
      operations:
      - name: getdeleteaccountpasswordpolicy
        method: GET
        description: Deletes the password policy for the Amazon Web Services account. There are no parameters.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeleteaccountpasswordpolicy
        method: POST
        description: Deletes the password policy for the Amazon Web Services account. There are no parameters.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-deleteaccountpasswordpolicy-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccountPasswordPolicy.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deleteaccountpasswordpolicy
      name: action-deleteaccountpasswordpolicy
      description: 'REST surface for #Action=DeleteAccountPasswordPolicy.'
      operations:
      - method: GET
        name: getdeleteaccountpasswordpolicy
        description: Deletes the password policy for the Amazon Web Services account. There are no parameters.
        call: aws-iam-action-deleteaccountpasswordpolicy.getdeleteaccountpasswordpolicy
        with:
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeleteaccountpasswordpolicy
        description: Deletes the password policy for the Amazon Web Services account. There are no parameters.
        call: aws-iam-action-deleteaccountpasswordpolicy.postdeleteaccountpasswordpolicy
        with:
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deleteaccountpasswordpolicy-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccountPasswordPolicy.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: deletes-password-policy-amazon-web
      description: Deletes the password policy for the Amazon Web Services account. There are no parameters.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deleteaccountpasswordpolicy.getdeleteaccountpasswordpolicy
      with:
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-password-policy-amazon-web-2
      description: Deletes the password policy for the Amazon Web Services account. There are no parameters.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-deleteaccountpasswordpolicy.postdeleteaccountpasswordpolicy
      with:
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.