provider custom_property_definitions DELETE /api/environments/{environment_id}/custom_property_definitions/{id}/
@utdk/posthog /api/environments/{environment_id}/custom_property_definitions/{id}/
environments_custom_property_definitions_destroy
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsCustomPropertyDefinitionsDestroy
DELETE/api/environments/{environment_id}/custom_property_definitions/{id}/

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