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"
        }
      }
    }
  ]
}