diff --git a/posthog/api/person.py b/posthog/api/person.py index ab4132d107ef5..ff5bc4d3901ac 100644 --- a/posthog/api/person.py +++ b/posthog/api/person.py @@ -405,7 +405,7 @@ def destroy(self, request: request.Request, pk=None, **kwargs): OpenApiParameter( "distinct_ids", OpenApiTypes.OBJECT, - description="A list of distinct ids. We'll delete all persons associated with those distinct ids. The maximum amount of ids you can pass in one call is 100.", + description="A list of distinct IDs, up to 100 of them. We'll delete all persons associated with those distinct IDs.", ), OpenApiParameter( "ids",