provider datasets DELETE /api/environments/{environment_id}/datasets/{id}/
@utdk/posthog /api/environments/{environment_id}/datasets/{id}/
environments_datasets_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
id path required
A UUID string identifying this dataset.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDatasetsDestroy
DELETE/api/environments/{environment_id}/datasets/{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 UUID string identifying this dataset.

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