provider insights DELETE
/api/environments/{environment_id}/insights/{id}/ @utdk/posthog
/api/environments/{environment_id}/insights/{id}/ environments_insights_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: csv, json
- id path required
- Numeric primary key or 8-character `short_id` (for example `AaVQ8Ijw`) identifying the insight.
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.environmentsInsightsDestroy()