Amplitude · Example Payload

Amplitude Deleteeventcategory Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Deleteeventcategory Example is an example object payload from Amplitude, 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": "deleteEventCategory",
  "method": "DELETE",
  "path": "/api/2/taxonomy/category/{category_id}",
  "summary": "Amplitude Delete an Event Category",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "deleteEventCategory200Example",
      "example": {
        "success": true
      }
    }
  ]
}