provider property_access_controls DELETE
/api/environments/{environment_id}/property_access_controls/ @utdk/posthog
/api/environments/{environment_id}/property_access_controls/ environments_property_access_controls_destroy
Delete a property access control rule. The rule is identified by `property_definition_id` plus an optional `organization_member` or `role` query parameter. Omitting both targets deletes the default rule.
- environment_id path required
- Deprecated. Use /api/projects/{project_id}/ instead.
- string
- organization_member query
- The organization member UUID whose override should be deleted.
- string
- property_definition_id query required
- The property definition ID the rule applies to.
- string
- role query
- The role UUID whose override should be deleted.
- string
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.environmentsPropertyAccessControlsDestroy()