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

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

Run with Naftiko Engineering Platform#Action=DeleteAccessKey

What You Can Do

GET
Getdeleteaccesskey

Deletes the access key pair associated with the specified IAM user.

If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation work

/v1/action-deleteaccesskey
POST
Postdeleteaccesskey

Deletes the access key pair associated with the specified IAM user.

If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation work

/v1/action-deleteaccesskey

MCP Tools

p-deletes-access-key-pair-associated

Deletes the access key pair associated with the specified IAM user.

If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation work

read-only idempotent
p-deletes-access-key-pair-associated-2

Deletes the access key pair associated with the specified IAM user.

If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation work

Capability Spec

aws-iam-action-deleteaccesskey.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccessKey'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccessKey. 2 operations. Lead
    operation: #Action=DeleteAccessKey. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteAccessKey'
  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-deleteaccesskey
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccessKey business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteAccessKey'
      path: /#Action=DeleteAccessKey
      operations:
      - name: getdeleteaccesskey
        method: GET
        description: <p>Deletes the access key pair associated with the specified IAM user.</p> <p>If you do not specify a
          user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request.
          This operation work
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the user whose access key pair you want to delete.</p> <p>This parameter allows (through
            its <a href="http://wikipedia.org/wiki/regex">regex patt
        - name: AccessKeyId
          in: query
          type: string
          description: <p>The access key ID for the access key ID and secret access key you want to delete.</p> <p>This parameter
            allows (through its <a href="http://wikipedia.org/wik
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeleteaccesskey
        method: POST
        description: <p>Deletes the access key pair associated with the specified IAM user.</p> <p>If you do not specify a
          user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request.
          This operation work
        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-deleteaccesskey-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccessKey.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deleteaccesskey
      name: action-deleteaccesskey
      description: 'REST surface for #Action=DeleteAccessKey.'
      operations:
      - method: GET
        name: getdeleteaccesskey
        description: <p>Deletes the access key pair associated with the specified IAM user.</p> <p>If you do not specify a
          user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request.
          This operation work
        call: aws-iam-action-deleteaccesskey.getdeleteaccesskey
        with:
          UserName: rest.UserName
          AccessKeyId: rest.AccessKeyId
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeleteaccesskey
        description: <p>Deletes the access key pair associated with the specified IAM user.</p> <p>If you do not specify a
          user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request.
          This operation work
        call: aws-iam-action-deleteaccesskey.postdeleteaccesskey
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deleteaccesskey-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteAccessKey.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-deletes-access-key-pair-associated
      description: <p>Deletes the access key pair associated with the specified IAM user.</p> <p>If you do not specify a user
        name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request.
        This operation work
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deleteaccesskey.getdeleteaccesskey
      with:
        UserName: tools.UserName
        AccessKeyId: tools.AccessKeyId
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-deletes-access-key-pair-associated-2
      description: <p>Deletes the access key pair associated with the specified IAM user.</p> <p>If you do not specify a user
        name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request.
        This operation work
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-deleteaccesskey.postdeleteaccesskey
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.