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

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

Run with Naftiko Engineering Platform#Action=RemoveClientIDFromOpenIDConnectProvider

What You Can Do

GET
Getremoveclientidfromopenidconnectprovider

Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect (OIDC) provider resource object.

This operation is idempotent; it does not fail or return an erro

/v1/action-removeclientidfromopenidconnectprovider
POST
Postremoveclientidfromopenidconnectprovider

Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect (OIDC) provider resource object.

This operation is idempotent; it does not fail or return an erro

/v1/action-removeclientidfromopenidconnectprovider

MCP Tools

p-removes-specified-client-id-also

Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect (OIDC) provider resource object.

This operation is idempotent; it does not fail or return an erro

read-only idempotent
p-removes-specified-client-id-also-2

Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect (OIDC) provider resource object.

This operation is idempotent; it does not fail or return an erro

read-only

Capability Spec

aws-iam-action-removeclientidfromopenidconnectprovider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveClientIDFromOpenIDConnectProvider'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveClientIDFromOpenIDConnectProvider.
    2 operations. Lead operation: #Action=RemoveClientIDFromOpenIDConnectProvider. Self-contained Naftiko capability covering
    one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=RemoveClientIDFromOpenIDConnectProvider'
  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-removeclientidfromopenidconnectprovider
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveClientIDFromOpenIDConnectProvider
      business capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=RemoveClientIDFromOpenIDConnectProvider'
      path: /#Action=RemoveClientIDFromOpenIDConnectProvider
      operations:
      - name: getremoveclientidfromopenidconnectprovider
        method: GET
        description: <p>Removes the specified client ID (also known as audience) from the list of client IDs registered for
          the specified IAM OpenID Connect (OIDC) provider resource object.</p> <p>This operation is idempotent; it does not
          fail or return an erro
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: OpenIDConnectProviderArn
          in: query
          type: string
          description: <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. You
            can get a list of OIDC provider ARNs by using the <a>ListO
          required: true
        - name: ClientID
          in: query
          type: string
          description: The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information
            about client IDs, see <a>CreateOpenIDConnectProvider<
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postremoveclientidfromopenidconnectprovider
        method: POST
        description: <p>Removes the specified client ID (also known as audience) from the list of client IDs registered for
          the specified IAM OpenID Connect (OIDC) provider resource object.</p> <p>This operation is idempotent; it does not
          fail or return an erro
        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-removeclientidfromopenidconnectprovider-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveClientIDFromOpenIDConnectProvider.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-removeclientidfromopenidconnectprovider
      name: action-removeclientidfromopenidconnectprovider
      description: 'REST surface for #Action=RemoveClientIDFromOpenIDConnectProvider.'
      operations:
      - method: GET
        name: getremoveclientidfromopenidconnectprovider
        description: <p>Removes the specified client ID (also known as audience) from the list of client IDs registered for
          the specified IAM OpenID Connect (OIDC) provider resource object.</p> <p>This operation is idempotent; it does not
          fail or return an erro
        call: aws-iam-action-removeclientidfromopenidconnectprovider.getremoveclientidfromopenidconnectprovider
        with:
          OpenIDConnectProviderArn: rest.OpenIDConnectProviderArn
          ClientID: rest.ClientID
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postremoveclientidfromopenidconnectprovider
        description: <p>Removes the specified client ID (also known as audience) from the list of client IDs registered for
          the specified IAM OpenID Connect (OIDC) provider resource object.</p> <p>This operation is idempotent; it does not
          fail or return an erro
        call: aws-iam-action-removeclientidfromopenidconnectprovider.postremoveclientidfromopenidconnectprovider
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-removeclientidfromopenidconnectprovider-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveClientIDFromOpenIDConnectProvider.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-removes-specified-client-id-also
      description: <p>Removes the specified client ID (also known as audience) from the list of client IDs registered for
        the specified IAM OpenID Connect (OIDC) provider resource object.</p> <p>This operation is idempotent; it does not
        fail or return an erro
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-removeclientidfromopenidconnectprovider.getremoveclientidfromopenidconnectprovider
      with:
        OpenIDConnectProviderArn: tools.OpenIDConnectProviderArn
        ClientID: tools.ClientID
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-removes-specified-client-id-also-2
      description: <p>Removes the specified client ID (also known as audience) from the list of client IDs registered for
        the specified IAM OpenID Connect (OIDC) provider resource object.</p> <p>This operation is idempotent; it does not
        fail or return an erro
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-removeclientidfromopenidconnectprovider.postremoveclientidfromopenidconnectprovider
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.