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

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

Run with Naftiko Engineering Platform#Action=DeleteOpenIDConnectProvider

What You Can Do

GET
Getdeleteopenidconnectprovider

Deletes an OpenID Connect identity provider (IdP) resource object in IAM.

Deleting an IAM OIDC provider resource does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a

/v1/action-deleteopenidconnectprovider
POST
Postdeleteopenidconnectprovider

Deletes an OpenID Connect identity provider (IdP) resource object in IAM.

Deleting an IAM OIDC provider resource does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a

/v1/action-deleteopenidconnectprovider

MCP Tools

p-deletes-openid-connect-identity-provider

Deletes an OpenID Connect identity provider (IdP) resource object in IAM.

Deleting an IAM OIDC provider resource does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a

read-only idempotent
p-deletes-openid-connect-identity-provider-2

Deletes an OpenID Connect identity provider (IdP) resource object in IAM.

Deleting an IAM OIDC provider resource does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a

Capability Spec

aws-iam-action-deleteopenidconnectprovider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteOpenIDConnectProvider'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteOpenIDConnectProvider. 2 operations.
    Lead operation: #Action=DeleteOpenIDConnectProvider. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteOpenIDConnectProvider'
  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-deleteopenidconnectprovider
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteOpenIDConnectProvider business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteOpenIDConnectProvider'
      path: /#Action=DeleteOpenIDConnectProvider
      operations:
      - name: getdeleteopenidconnectprovider
        method: GET
        description: <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p> <p>Deleting an IAM OIDC
          provider resource does not update any roles that reference the provider as a principal in their trust policies.
          Any attempt to assume a
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: OpenIDConnectProviderArn
          in: query
          type: string
          description: The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can
            get a list of OpenID Connect provider resource ARNs by usin
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeleteopenidconnectprovider
        method: POST
        description: <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p> <p>Deleting an IAM OIDC
          provider resource does not update any roles that reference the provider as a principal in their trust policies.
          Any attempt to assume a
        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-deleteopenidconnectprovider-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteOpenIDConnectProvider.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deleteopenidconnectprovider
      name: action-deleteopenidconnectprovider
      description: 'REST surface for #Action=DeleteOpenIDConnectProvider.'
      operations:
      - method: GET
        name: getdeleteopenidconnectprovider
        description: <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p> <p>Deleting an IAM OIDC
          provider resource does not update any roles that reference the provider as a principal in their trust policies.
          Any attempt to assume a
        call: aws-iam-action-deleteopenidconnectprovider.getdeleteopenidconnectprovider
        with:
          OpenIDConnectProviderArn: rest.OpenIDConnectProviderArn
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeleteopenidconnectprovider
        description: <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p> <p>Deleting an IAM OIDC
          provider resource does not update any roles that reference the provider as a principal in their trust policies.
          Any attempt to assume a
        call: aws-iam-action-deleteopenidconnectprovider.postdeleteopenidconnectprovider
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deleteopenidconnectprovider-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteOpenIDConnectProvider.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-deletes-openid-connect-identity-provider
      description: <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p> <p>Deleting an IAM OIDC
        provider resource does not update any roles that reference the provider as a principal in their trust policies. Any
        attempt to assume a
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deleteopenidconnectprovider.getdeleteopenidconnectprovider
      with:
        OpenIDConnectProviderArn: tools.OpenIDConnectProviderArn
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-deletes-openid-connect-identity-provider-2
      description: <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p> <p>Deleting an IAM OIDC
        provider resource does not update any roles that reference the provider as a principal in their trust policies. Any
        attempt to assume a
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-deleteopenidconnectprovider.postdeleteopenidconnectprovider
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.