provider dashboards DELETE /api/environments/{environment_id}/dashboards/{id}/
@utdk/posthog /api/environments/{environment_id}/dashboards/{id}/
environments_dashboards_destroy
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
format query
enum: json, txt
id path required
A unique integer value identifying this dashboard.
integer

Try it

Authentication
Configure credentials for PostHog API
environmentsDashboardsDestroy
DELETE/api/environments/{environment_id}/dashboards/{id}/
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true

Parameters

required

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

required

A unique integer value identifying this dashboard.

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