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

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

Run with Naftiko Engineering Platform#Action=DeleteUserPolicy

What You Can Do

GET
Getdeleteuserpolicy

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

A user can also have managed policies attached to it. To detach a managed policy from a user, use DetachUserPolicy. For more information about

/v1/action-deleteuserpolicy
POST
Postdeleteuserpolicy

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

A user can also have managed policies attached to it. To detach a managed policy from a user, use DetachUserPolicy. For more information about

/v1/action-deleteuserpolicy

MCP Tools

p-deletes-specified-inline-policy-that

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

A user can also have managed policies attached to it. To detach a managed policy from a user, use DetachUserPolicy. For more information about

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

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

A user can also have managed policies attached to it. To detach a managed policy from a user, use DetachUserPolicy. For more information about

Capability Spec

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