Akamai · Example Payload

Akamai Delete Item Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Delete Item Example is an example object payload from Akamai, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "delete-item",
  "method": "DELETE",
  "path": "/networks/{network}/namespaces/{namespaceId}/groups/{groupId}/items/{itemId}",
  "summary": "Akamai Delete an Item",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/plain",
      "example": "Item was deleted in the KV store with database 123456 namespace default group countries key US."
    },
    {
      "status": "400",
      "contentType": "application/problem+json",
      "example": {
        "detail": "Key must only use a string that matches A-Z a-z 0-9 _ or -..",
        "errorCode": "EKV_9000",
        "instance": "/edgekv/error-instances/66344166-567c-4158-95b2-07d6127b8b75",
        "status": 400,
        "title": "Bad Request",
        "type": "/edgekv/error-types/edgekv-bad-request",
        "additionalDetail": {
          "requestId": "a4c461e09bf602be"
        }
      }
    },
    {
      "status": "429",
      "contentType": "application/problem+json",
      "example": {
        "detail": "Your request has been denied: 364 hits per second too high. limit set at 73. Please try again soon.",
        "errorCode": "EKV_9100",
        "instance": "/edgekv/error-instances/80f9503f-633e-4412-9393-62f329868911",
        "status": 429,
        "title": "Too Many Requests",
        "type": "/edgekv/error-types/edgekv-too-many-requests",
        "additionalDetail": {
          "requestId": "16fc97b7cb0ee4dd"
        }
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/akamai-delete-item-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.