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

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

Run with Naftiko Engineering Platform#Action=DeleteServerCertificate

What You Can Do

GET
Getdeleteservercertificate

Deletes the specified server certificate.

For more information about working with server certificates, see Working with server certificate

MCP Tools

p-deletes-specified-server-certificate-p

Deletes the specified server certificate.

For more information about working with server certificates, see Working with server certificate

read-only idempotent
p-deletes-specified-server-certificate-p-2

Deletes the specified server certificate.

For more information about working with server certificates, see Working with server certificate

Capability Spec

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