provider dashboards POST
/api/environments/{environment_id}/dashboards/{id}/delete_tile/ @utdk/posthog
/api/environments/{environment_id}/dashboards/{id}/delete_tile/ environments_dashboards_delete_tile
Soft-delete a single tile from a dashboard.
Works for text, insight, and button tiles. The underlying Insight, Text, or ButtonTile
object is preserved — only the dashboard tile is hidden. To delete the entire dashboard,
use the dashboard delete endpoint instead.
- 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
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.environmentsDashboardsDeleteTile()