📍 Berlin
https://twitter.com/orrc
https://orr.dev/
Of course, it returns HTTP 202 rather than the documented HTTP 204 — but it works! 👍
Of course, it returns HTTP 202 rather than the documented HTTP 204 — but it works! 👍
The deletion API should return HTTP 204 with no response body. So why can I pass a `format` parameter to choose between JSON or CSV? 🤔
(requesting a CSV response will earn you an HTTP 500)
posthog.com/docs/api/per...
The deletion API should return HTTP 204 with no response body. So why can I pass a `format` parameter to choose between JSON or CSV? 🤔
(requesting a CSV response will earn you an HTTP 500)
posthog.com/docs/api/per...
However, the response has the `uuid` string that the docs mention (but don't explain), along with the EXACT SAME VALUE as the `id`… 😵💫
However, the response has the `uuid` string that the docs mention (but don't explain), along with the EXACT SAME VALUE as the `id`… 😵💫
Deleting a PostHog profile means you can't later use the same `distinct_id`. Sounds great — we assign our users a UUID and use that when sending data to PostHog.
So then what's this mysterious integer `id` that the deletion API needs?
posthog.com/docs/api/per...
Deleting a PostHog profile means you can't later use the same `distinct_id`. Sounds great — we assign our users a UUID and use that when sending data to PostHog.
So then what's this mysterious integer `id` that the deletion API needs?
posthog.com/docs/api/per...
github.com/refined-gith...
github.com/refined-gith...