PostHog · Schema

PatchedRemovePersonRequest

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
person_id string Person UUID to remove from the cohort
View JSON Schema on GitHub

JSON Schema

posthog-patchedremovepersonrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedRemovePersonRequest",
  "title": "PatchedRemovePersonRequest",
  "type": "object",
  "properties": {
    "person_id": {
      "type": "string",
      "format": "uuid",
      "description": "Person UUID to remove from the cohort"
    }
  }
}