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

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

Run with Naftiko Engineering Platform#Action=DeleteSigningCertificate

What You Can Do

GET
Getdeletesigningcertificate

Deletes a signing certificate associated with the specified IAM user.

If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation wo

/v1/action-deletesigningcertificate
POST
Postdeletesigningcertificate

Deletes a signing certificate associated with the specified IAM user.

If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation wo

/v1/action-deletesigningcertificate

MCP Tools

p-deletes-signing-certificate-associated-specified

Deletes a signing certificate associated with the specified IAM user.

If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation wo

read-only idempotent
p-deletes-signing-certificate-associated-specified-2

Deletes a signing certificate associated with the specified IAM user.

If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request. This operation wo

Capability Spec

aws-iam-action-deletesigningcertificate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteSigningCertificate'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteSigningCertificate. 2 operations.
    Lead operation: #Action=DeleteSigningCertificate. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteSigningCertificate'
  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-deletesigningcertificate
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteSigningCertificate business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteSigningCertificate'
      path: /#Action=DeleteSigningCertificate
      operations:
      - name: getdeletesigningcertificate
        method: GET
        description: <p>Deletes a signing certificate associated with the specified IAM user.</p> <p>If you do not specify
          a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the
          request. This operation wo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the user the signing certificate belongs to.</p> <p>This parameter allows (through its
            <a href="http://wikipedia.org/wiki/regex">regex pattern</a
        - name: CertificateId
          in: query
          type: string
          description: <p>The ID of the signing certificate to delete.</p> <p>The format of this parameter, as described by
            its <a href="http://wikipedia.org/wiki/regex">regex</a> pat
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeletesigningcertificate
        method: POST
        description: <p>Deletes a signing certificate associated with the specified IAM user.</p> <p>If you do not specify
          a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the
          request. This operation wo
        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-deletesigningcertificate-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteSigningCertificate.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deletesigningcertificate
      name: action-deletesigningcertificate
      description: 'REST surface for #Action=DeleteSigningCertificate.'
      operations:
      - method: GET
        name: getdeletesigningcertificate
        description: <p>Deletes a signing certificate associated with the specified IAM user.</p> <p>If you do not specify
          a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the
          request. This operation wo
        call: aws-iam-action-deletesigningcertificate.getdeletesigningcertificate
        with:
          UserName: rest.UserName
          CertificateId: rest.CertificateId
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeletesigningcertificate
        description: <p>Deletes a signing certificate associated with the specified IAM user.</p> <p>If you do not specify
          a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the
          request. This operation wo
        call: aws-iam-action-deletesigningcertificate.postdeletesigningcertificate
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deletesigningcertificate-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteSigningCertificate.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-deletes-signing-certificate-associated-specified
      description: <p>Deletes a signing certificate associated with the specified IAM user.</p> <p>If you do not specify a
        user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request.
        This operation wo
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deletesigningcertificate.getdeletesigningcertificate
      with:
        UserName: tools.UserName
        CertificateId: tools.CertificateId
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-deletes-signing-certificate-associated-specified-2
      description: <p>Deletes a signing certificate associated with the specified IAM user.</p> <p>If you do not specify a
        user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request.
        This operation wo
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-deletesigningcertificate.postdeletesigningcertificate
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.