Amplitude · JSON Structure

Dsar Api Deletion Response Structure

DeletionResponse schema from Amplitude Data Subject Access Request API

Type: object Properties: 2
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

DeletionResponse is a JSON Structure definition published by Amplitude, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

day status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/dsar-api-deletion-response-structure.json",
  "name": "DeletionResponse",
  "description": "DeletionResponse schema from Amplitude Data Subject Access Request API",
  "type": "object",
  "properties": {
    "day": {
      "type": "date",
      "description": "The day the deletion job is scheduled for processing."
    },
    "status": {
      "type": "string",
      "description": "The status of the deletion request."
    }
  }
}