Amplitude · Schema

DeletionResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
day string The day the deletion job is scheduled for processing.
status string The status of the deletion request.
View JSON Schema on GitHub

JSON Schema

amplitude-deletionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeletionResponse",
  "title": "DeletionResponse",
  "type": "object",
  "properties": {
    "day": {
      "type": "string",
      "format": "date",
      "description": "The day the deletion job is scheduled for processing."
    },
    "status": {
      "type": "string",
      "description": "The status of the deletion request."
    }
  }
}