Akamai · Capability

Akamai: Fast Purge API — URL/ARL

Akamai: Fast Purge API — URL/ARL. 2 operations. Lead operation: Akamai Delete by URL or ARL. Self-contained Naftiko capability covering one Akamai business surface.

Akamai: Fast Purge API — URL/ARL is a Naftiko capability published by Akamai, one of 151 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Akamai, Fast Purge, and URL/ARL.

Run with Naftiko AkamaiFast PurgeURL/ARL

Capability Spec

fast-purge-url-arl.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Fast Purge API — URL/ARL'
  description: 'Akamai: Fast Purge API — URL/ARL. 2 operations. Lead operation: Akamai Delete by URL or ARL. Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Fast Purge
  - URL/ARL
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: fast-purge-url-arl
    baseUri: https://{hostname}/ccu/v3
    description: 'Akamai: Fast Purge API — URL/ARL business capability. Self-contained, no shared references.'
    resources:
    - name: delete-url-network
      path: /delete/url/{network}
      operations:
      - name: postpost-delete-url
        method: POST
        description: Delete by URL or ARL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: invalidate-url-network
      path: /invalidate/url/{network}
      operations:
      - name: postpost-invalidate-url
        method: POST
        description: Invalidate by URL or ARL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true