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

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

Run with Naftiko Engineering Platform#Action=DeleteGroup

What You Can Do

GET
Getdeletegroup — Deletes the specified IAM group. The group must not contain any users or have any attached policies.
/v1/action-deletegroup
POST
Postdeletegroup — Deletes the specified IAM group. The group must not contain any users or have any attached policies.
/v1/action-deletegroup

MCP Tools

deletes-specified-iam-group-group

Deletes the specified IAM group. The group must not contain any users or have any attached policies.

read-only idempotent
deletes-specified-iam-group-group-2

Deletes the specified IAM group. The group must not contain any users or have any attached policies.

Capability Spec

aws-iam-action-deletegroup.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroup'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroup. 2 operations. Lead
    operation: #Action=DeleteGroup. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteGroup'
  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-deletegroup
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroup business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteGroup'
      path: /#Action=DeleteGroup
      operations:
      - name: getdeletegroup
        method: GET
        description: Deletes the specified IAM group. The group must not contain any users or have any attached policies.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: GroupName
          in: query
          type: string
          description: <p>The name of the IAM group to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string of chara
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeletegroup
        method: POST
        description: Deletes the specified IAM group. The group must not contain any users or have any attached policies.
        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-deletegroup-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroup.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deletegroup
      name: action-deletegroup
      description: 'REST surface for #Action=DeleteGroup.'
      operations:
      - method: GET
        name: getdeletegroup
        description: Deletes the specified IAM group. The group must not contain any users or have any attached policies.
        call: aws-iam-action-deletegroup.getdeletegroup
        with:
          GroupName: rest.GroupName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeletegroup
        description: Deletes the specified IAM group. The group must not contain any users or have any attached policies.
        call: aws-iam-action-deletegroup.postdeletegroup
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deletegroup-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroup. One
      tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: deletes-specified-iam-group-group
      description: Deletes the specified IAM group. The group must not contain any users or have any attached policies.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deletegroup.getdeletegroup
      with:
        GroupName: tools.GroupName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-specified-iam-group-group-2
      description: Deletes the specified IAM group. The group must not contain any users or have any attached policies.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-deletegroup.postdeletegroup
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.