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

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

Run with Naftiko Engineering Platform#Action=UntagSAMLProvider

What You Can Do

GET
Getuntagsamlprovider — Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM. For more information about these providers, see /v1/action-untagsamlprovider
POST
Postuntagsamlprovider — Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM. For more information about these providers, see /v1/action-untagsamlprovider

MCP Tools

removes-specified-tags-specified-security

Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM. For more information about these providers, see read-only idempotent

removes-specified-tags-specified-security-2

Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM. For more information about these providers, see

Capability Spec

naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagSAMLProvider'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagSAMLProvider. 2 operations.
    Lead operation: #Action=UntagSAMLProvider. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UntagSAMLProvider'
  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-untagsamlprovider
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagSAMLProvider business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=UntagSAMLProvider'
      path: /#Action=UntagSAMLProvider
      operations:
      - name: getuntagsamlprovider
        method: GET
        description: Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider
          in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_o
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: SAMLProviderArn
          in: query
          type: string
          description: <p>The ARN of the SAML identity provider in IAM from which you want to remove tags.</p> <p>This parameter
            allows (through its <a href="http://wikipedia.org/wiki
          required: true
        - name: TagKeys
          in: query
          type: array
          description: A list of key names as a simple array of strings. The tags with matching keys are removed from the
            specified SAML identity provider.
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postuntagsamlprovider
        method: POST
        description: Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider
          in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_o
        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-untagsamlprovider-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagSAMLProvider.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-untagsamlprovider
      name: action-untagsamlprovider
      description: 'REST surface for #Action=UntagSAMLProvider.'
      operations:
      - method: GET
        name: getuntagsamlprovider
        description: Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider
          in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_o
        call: aws-iam-action-untagsamlprovider.getuntagsamlprovider
        with:
          SAMLProviderArn: rest.SAMLProviderArn
          TagKeys: rest.TagKeys
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postuntagsamlprovider
        description: Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider
          in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_o
        call: aws-iam-action-untagsamlprovider.postuntagsamlprovider
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-untagsamlprovider-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagSAMLProvider.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: removes-specified-tags-specified-security
      description: Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider
        in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_o
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-untagsamlprovider.getuntagsamlprovider
      with:
        SAMLProviderArn: tools.SAMLProviderArn
        TagKeys: tools.TagKeys
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: removes-specified-tags-specified-security-2
      description: Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider
        in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_o
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-untagsamlprovider.postuntagsamlprovider
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.