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

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

Run with Naftiko Engineering Platform#Action=DeleteLoginProfile

What You Can Do

GET
Getdeleteloginprofile

Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users.

You can us

/v1/action-deleteloginprofile
POST
Postdeleteloginprofile

Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users.

You can us

/v1/action-deleteloginprofile

MCP Tools

p-deletes-password-specified-iam-user

Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users.

You can us

read-only idempotent
p-deletes-password-specified-iam-user-2

Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users.

You can us

Capability Spec

aws-iam-action-deleteloginprofile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteLoginProfile'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteLoginProfile. 2 operations.
    Lead operation: #Action=DeleteLoginProfile. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteLoginProfile'
  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-deleteloginprofile
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteLoginProfile business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteLoginProfile'
      path: /#Action=DeleteLoginProfile
      operations:
      - name: getdeleteloginprofile
        method: GET
        description: <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing
          passwords for IAM users</a>.</p> <p>You can us
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the user whose password you want to delete.</p> <p>This parameter allows (through its
            <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeleteloginprofile
        method: POST
        description: <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing
          passwords for IAM users</a>.</p> <p>You can us
        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: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-deleteloginprofile-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteLoginProfile.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deleteloginprofile
      name: action-deleteloginprofile
      description: 'REST surface for #Action=DeleteLoginProfile.'
      operations:
      - method: GET
        name: getdeleteloginprofile
        description: <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing
          passwords for IAM users</a>.</p> <p>You can us
        call: aws-iam-action-deleteloginprofile.getdeleteloginprofile
        with:
          UserName: rest.UserName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeleteloginprofile
        description: <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing
          passwords for IAM users</a>.</p> <p>You can us
        call: aws-iam-action-deleteloginprofile.postdeleteloginprofile
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deleteloginprofile-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteLoginProfile.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-deletes-password-specified-iam-user
      description: <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing
        passwords for IAM users</a>.</p> <p>You can us
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deleteloginprofile.getdeleteloginprofile
      with:
        UserName: tools.UserName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-deletes-password-specified-iam-user-2
      description: <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing
        passwords for IAM users</a>.</p> <p>You can us
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-deleteloginprofile.postdeleteloginprofile
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.