provider dashboards DELETE /api/environments/{environment_id}/dashboards/{dashboard_id}/collaborators/{user__uuid}/
@utdk/posthog /api/environments/{environment_id}/dashboards/{dashboard_id}/collaborators/{user__uuid}/
environments_dashboards_collaborators_destroy
dashboard_id path required
integer
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
user__uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDashboardsCollaboratorsDestroy
DELETE/api/environments/{environment_id}/dashboards/{dashboard_id}/collaborators/{user__uuid}/

Parameters

required
required

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

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.environmentsDashboardsCollaboratorsDestroy()