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

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

Run with Naftiko Engineering Platform#Action=UntagServerCertificate

What You Can Do

GET
Getuntagservercertificate

Removes the specified tags from the IAM server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

/v1/action-untagservercertificate
POST
Postuntagservercertificate

Removes the specified tags from the IAM server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

/v1/action-untagservercertificate

MCP Tools

p-removes-specified-tags-iam-server

Removes the specified tags from the IAM server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

read-only idempotent
p-removes-specified-tags-iam-server-2

Removes the specified tags from the IAM server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Capability Spec

aws-iam-action-untagservercertificate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagServerCertificate'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagServerCertificate. 2 operations.
    Lead operation: #Action=UntagServerCertificate. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UntagServerCertificate'
  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-untagservercertificate
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagServerCertificate business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=UntagServerCertificate'
      path: /#Action=UntagServerCertificate
      operations:
      - name: getuntagservercertificate
        method: GET
        description: <p>Removes the specified tags from the IAM server certificate. For more information about tagging, see
          <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM
          User Guide</i>.</p> <note
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ServerCertificateName
          in: query
          type: string
          description: <p>The name of the IAM server certificate from which you want to remove tags.</p> <p>This parameter
            allows (through its <a href="http://wikipedia.org/wiki/regex
          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 IAM server certificate.
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postuntagservercertificate
        method: POST
        description: <p>Removes the specified tags from the IAM server certificate. For more information about tagging, see
          <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM
          User Guide</i>.</p> <note
        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-untagservercertificate-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagServerCertificate.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-untagservercertificate
      name: action-untagservercertificate
      description: 'REST surface for #Action=UntagServerCertificate.'
      operations:
      - method: GET
        name: getuntagservercertificate
        description: <p>Removes the specified tags from the IAM server certificate. For more information about tagging, see
          <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM
          User Guide</i>.</p> <note
        call: aws-iam-action-untagservercertificate.getuntagservercertificate
        with:
          ServerCertificateName: rest.ServerCertificateName
          TagKeys: rest.TagKeys
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postuntagservercertificate
        description: <p>Removes the specified tags from the IAM server certificate. For more information about tagging, see
          <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM
          User Guide</i>.</p> <note
        call: aws-iam-action-untagservercertificate.postuntagservercertificate
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-untagservercertificate-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UntagServerCertificate.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-removes-specified-tags-iam-server
      description: <p>Removes the specified tags from the IAM server certificate. For more information about tagging, see
        <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User
        Guide</i>.</p> <note
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-untagservercertificate.getuntagservercertificate
      with:
        ServerCertificateName: tools.ServerCertificateName
        TagKeys: tools.TagKeys
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-removes-specified-tags-iam-server-2
      description: <p>Removes the specified tags from the IAM server certificate. For more information about tagging, see
        <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the <i>IAM User
        Guide</i>.</p> <note
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-untagservercertificate.postuntagservercertificate
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.