provider vision DELETE /api/environments/{environment_id}/vision/observations/{id}/label/
@utdk/posthog /api/environments/{environment_id}/vision/observations/{id}/label/
environments_vision_observations_label_destroy
Remove the observation's shared label. Requires session recording edit access.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this replay observation.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsVisionObservationsLabelDestroy
DELETE/api/environments/{environment_id}/vision/observations/{id}/label/
Remove the observation's shared label. Requires session recording edit access.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

A UUID string identifying this replay observation.

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