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

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

Run with Naftiko Engineering Platform#Action=DeleteGroupPolicy

What You Can Do

GET
Getdeletegrouppolicy

Deletes the specified inline policy that is embedded in the specified IAM group.

A group can also have managed policies attached to it. To detach a managed policy from a group, use DetachGroupPolicy. For more information ab

/v1/action-deletegrouppolicy
POST
Postdeletegrouppolicy

Deletes the specified inline policy that is embedded in the specified IAM group.

A group can also have managed policies attached to it. To detach a managed policy from a group, use DetachGroupPolicy. For more information ab

/v1/action-deletegrouppolicy

MCP Tools

p-deletes-specified-inline-policy-that

Deletes the specified inline policy that is embedded in the specified IAM group.

A group can also have managed policies attached to it. To detach a managed policy from a group, use DetachGroupPolicy. For more information ab

read-only idempotent
p-deletes-specified-inline-policy-that-2

Deletes the specified inline policy that is embedded in the specified IAM group.

A group can also have managed policies attached to it. To detach a managed policy from a group, use DetachGroupPolicy. For more information ab

Capability Spec

aws-iam-action-deletegrouppolicy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroupPolicy'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroupPolicy. 2 operations.
    Lead operation: #Action=DeleteGroupPolicy. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteGroupPolicy'
  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-deletegrouppolicy
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroupPolicy business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteGroupPolicy'
      path: /#Action=DeleteGroupPolicy
      operations:
      - name: getdeletegrouppolicy
        method: GET
        description: <p>Deletes the specified inline policy that is embedded in the specified IAM group.</p> <p>A group can
          also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>.
          For more information ab
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: GroupName
          in: query
          type: string
          description: <p>The name (friendly name, not ARN) identifying the group that the policy is embedded in.</p> <p>This
            parameter allows (through its <a href="http://wikipedia.o
          required: true
        - name: PolicyName
          in: query
          type: string
          description: '<p>The name identifying the policy document to delete.</p> <p>This parameter allows (through its <a
            href="http://wikipedia.org/wiki/regex">regex pattern</a>) a '
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeletegrouppolicy
        method: POST
        description: <p>Deletes the specified inline policy that is embedded in the specified IAM group.</p> <p>A group can
          also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>.
          For more information ab
        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-deletegrouppolicy-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroupPolicy.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deletegrouppolicy
      name: action-deletegrouppolicy
      description: 'REST surface for #Action=DeleteGroupPolicy.'
      operations:
      - method: GET
        name: getdeletegrouppolicy
        description: <p>Deletes the specified inline policy that is embedded in the specified IAM group.</p> <p>A group can
          also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>.
          For more information ab
        call: aws-iam-action-deletegrouppolicy.getdeletegrouppolicy
        with:
          GroupName: rest.GroupName
          PolicyName: rest.PolicyName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeletegrouppolicy
        description: <p>Deletes the specified inline policy that is embedded in the specified IAM group.</p> <p>A group can
          also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>.
          For more information ab
        call: aws-iam-action-deletegrouppolicy.postdeletegrouppolicy
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deletegrouppolicy-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteGroupPolicy.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-deletes-specified-inline-policy-that
      description: <p>Deletes the specified inline policy that is embedded in the specified IAM group.</p> <p>A group can
        also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>.
        For more information ab
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deletegrouppolicy.getdeletegrouppolicy
      with:
        GroupName: tools.GroupName
        PolicyName: tools.PolicyName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-deletes-specified-inline-policy-that-2
      description: <p>Deletes the specified inline policy that is embedded in the specified IAM group.</p> <p>A group can
        also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>.
        For more information ab
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-deletegrouppolicy.postdeletegrouppolicy
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.