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

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

Run with Naftiko Engineering Platform#Action=DeleteInstanceProfile

What You Can Do

GET
Getdeleteinstanceprofile

Deletes the specified instance profile. The instance profile must not have an associated role.

Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting

/v1/action-deleteinstanceprofile
POST
Postdeleteinstanceprofile

Deletes the specified instance profile. The instance profile must not have an associated role.

Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting

/v1/action-deleteinstanceprofile

MCP Tools

p-deletes-specified-instance-profile-instance

Deletes the specified instance profile. The instance profile must not have an associated role.

Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting

read-only idempotent
p-deletes-specified-instance-profile-instance-2

Deletes the specified instance profile. The instance profile must not have an associated role.

Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting

Capability Spec

aws-iam-action-deleteinstanceprofile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteInstanceProfile'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteInstanceProfile. 2 operations.
    Lead operation: #Action=DeleteInstanceProfile. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteInstanceProfile'
  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-deleteinstanceprofile
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteInstanceProfile business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteInstanceProfile'
      path: /#Action=DeleteInstanceProfile
      operations:
      - name: getdeleteinstanceprofile
        method: GET
        description: <p>Deletes the specified instance profile. The instance profile must not have an associated role.</p>
          <important> <p>Make sure that you do not have any Amazon EC2 instances running with the instance profile you are
          about to delete. Deleting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: InstanceProfileName
          in: query
          type: string
          description: <p>The name of the instance profile to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string o
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeleteinstanceprofile
        method: POST
        description: <p>Deletes the specified instance profile. The instance profile must not have an associated role.</p>
          <important> <p>Make sure that you do not have any Amazon EC2 instances running with the instance profile you are
          about to delete. Deleting
        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-deleteinstanceprofile-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteInstanceProfile.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deleteinstanceprofile
      name: action-deleteinstanceprofile
      description: 'REST surface for #Action=DeleteInstanceProfile.'
      operations:
      - method: GET
        name: getdeleteinstanceprofile
        description: <p>Deletes the specified instance profile. The instance profile must not have an associated role.</p>
          <important> <p>Make sure that you do not have any Amazon EC2 instances running with the instance profile you are
          about to delete. Deleting
        call: aws-iam-action-deleteinstanceprofile.getdeleteinstanceprofile
        with:
          InstanceProfileName: rest.InstanceProfileName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeleteinstanceprofile
        description: <p>Deletes the specified instance profile. The instance profile must not have an associated role.</p>
          <important> <p>Make sure that you do not have any Amazon EC2 instances running with the instance profile you are
          about to delete. Deleting
        call: aws-iam-action-deleteinstanceprofile.postdeleteinstanceprofile
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deleteinstanceprofile-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteInstanceProfile.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-deletes-specified-instance-profile-instance
      description: <p>Deletes the specified instance profile. The instance profile must not have an associated role.</p> <important>
        <p>Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete.
        Deleting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deleteinstanceprofile.getdeleteinstanceprofile
      with:
        InstanceProfileName: tools.InstanceProfileName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-deletes-specified-instance-profile-instance-2
      description: <p>Deletes the specified instance profile. The instance profile must not have an associated role.</p> <important>
        <p>Make sure that you do not have any Amazon EC2 instances running with the instance profile you are about to delete.
        Deleting
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-deleteinstanceprofile.postdeleteinstanceprofile
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.