DeletionRequest is a JSON Structure definition published by Amplitude, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/dsar-api-deletion-request-structure.json",
"name": "DeletionRequest",
"description": "DeletionRequest schema from Amplitude Data Subject Access Request API",
"type": "object",
"properties": {
"amplitude_ids": {
"type": "array",
"description": "Array of Amplitude internal user IDs to delete data for. Maximum 100 per request.",
"maxItems": 100,
"items": {
"type": "int64"
}
},
"user_ids": {
"type": "array",
"description": "Array of user IDs to delete data for. Maximum 100 per request.",
"maxItems": 100,
"items": {
"type": "string"
}
},
"requester": {
"type": "string",
"description": "The email address of the person requesting the deletion for audit purposes."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.