provider insights DELETE /api/environments/{environment_id}/insights/{insight_id}/sharing/passwords/{password_id}/
@utdk/posthog /api/environments/{environment_id}/insights/{insight_id}/sharing/passwords/{password_id}/
environments_insights_sharing_passwords_destroy
Delete a password from the sharing configuration.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
insight_id path required
integer
password_id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsInsightsSharingPasswordsDestroy
DELETE/api/environments/{environment_id}/insights/{insight_id}/sharing/passwords/{password_id}/
Delete a password from the sharing configuration.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsInsightsSharingPasswordsDestroy()