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

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

Run with Naftiko Engineering Platform#Action=DeleteServiceLinkedRole

What You Can Do

GET
Getdeleteservicelinkedrole

Submits a service-linked role deletion request and returns a DeletionTaskId, which you can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions and that any re

/v1/action-deleteservicelinkedrole
POST
Postdeleteservicelinkedrole

Submits a service-linked role deletion request and returns a DeletionTaskId, which you can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions and that any re

/v1/action-deleteservicelinkedrole

MCP Tools

p-submits-service-linked-role-deletion

Submits a service-linked role deletion request and returns a DeletionTaskId, which you can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions and that any re

read-only idempotent
p-submits-service-linked-role-deletion-2

Submits a service-linked role deletion request and returns a DeletionTaskId, which you can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions and that any re

read-only

Capability Spec

aws-iam-action-deleteservicelinkedrole.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteServiceLinkedRole'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteServiceLinkedRole. 2 operations.
    Lead operation: #Action=DeleteServiceLinkedRole. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=DeleteServiceLinkedRole'
  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-deleteservicelinkedrole
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteServiceLinkedRole business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=DeleteServiceLinkedRole'
      path: /#Action=DeleteServiceLinkedRole
      operations:
      - name: getdeleteservicelinkedrole
        method: GET
        description: <p>Submits a service-linked role deletion request and returns a <code>DeletionTaskId</code>, which you
          can use to check the status of the deletion. Before you call this operation, confirm that the role has no active
          sessions and that any re
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: RoleName
          in: query
          type: string
          description: The name of the service-linked role to be deleted.
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postdeleteservicelinkedrole
        method: POST
        description: <p>Submits a service-linked role deletion request and returns a <code>DeletionTaskId</code>, which you
          can use to check the status of the deletion. Before you call this operation, confirm that the role has no active
          sessions and that any re
        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-deleteservicelinkedrole-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteServiceLinkedRole.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-deleteservicelinkedrole
      name: action-deleteservicelinkedrole
      description: 'REST surface for #Action=DeleteServiceLinkedRole.'
      operations:
      - method: GET
        name: getdeleteservicelinkedrole
        description: <p>Submits a service-linked role deletion request and returns a <code>DeletionTaskId</code>, which you
          can use to check the status of the deletion. Before you call this operation, confirm that the role has no active
          sessions and that any re
        call: aws-iam-action-deleteservicelinkedrole.getdeleteservicelinkedrole
        with:
          RoleName: rest.RoleName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postdeleteservicelinkedrole
        description: <p>Submits a service-linked role deletion request and returns a <code>DeletionTaskId</code>, which you
          can use to check the status of the deletion. Before you call this operation, confirm that the role has no active
          sessions and that any re
        call: aws-iam-action-deleteservicelinkedrole.postdeleteservicelinkedrole
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-deleteservicelinkedrole-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=DeleteServiceLinkedRole.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-submits-service-linked-role-deletion
      description: <p>Submits a service-linked role deletion request and returns a <code>DeletionTaskId</code>, which you
        can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions
        and that any re
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-deleteservicelinkedrole.getdeleteservicelinkedrole
      with:
        RoleName: tools.RoleName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-submits-service-linked-role-deletion-2
      description: <p>Submits a service-linked role deletion request and returns a <code>DeletionTaskId</code>, which you
        can use to check the status of the deletion. Before you call this operation, confirm that the role has no active sessions
        and that any re
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-deleteservicelinkedrole.postdeleteservicelinkedrole
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.