provider user_interview_topics POST
/api/environments/{environment_id}/user_interview_topics/{id}/remove_interviewee/ @utdk/posthog
/api/environments/{environment_id}/user_interview_topics/{id}/remove_interviewee/ environments_user_interview_topics_remove_interviewee_create
Remove an interviewee from this topic. Drops the identifier from both `interviewee_emails` and `interviewee_distinct_ids`, and disables any active SharingConfiguration linked to an IntervieweeContext for that identifier on this topic so the removed person can no longer open their interview link. Idempotent — removing an identifier that isn't present is a no-op. Returns the updated topic.
- environment_id path required
- Deprecated. Use /api/projects/{project_id}/ instead.
- string
- id path required
- A UUID string identifying this user interview topic.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.environmentsUserInterviewTopicsRemoveIntervieweeCreate()