provider saved DELETE /api/environments/{environment_id}/saved/{short_id}/
@utdk/posthog /api/environments/{environment_id}/saved/{short_id}/
environments_saved_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
short_id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsSavedDestroy
DELETE/api/environments/{environment_id}/saved/{short_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

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