provider llm_analytics DELETE /api/environments/{environment_id}/llm_analytics/evaluation_reports/{id}/
@utdk/posthog /api/environments/{environment_id}/llm_analytics/evaluation_reports/{id}/
environments_llm_analytics_evaluation_reports_destroy
Evaluation report configs are deleted only when their evaluation is deleted. Use PATCH enabled=false to stop delivery.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this evaluation report.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmAnalyticsEvaluationReportsDestroy
DELETE/api/environments/{environment_id}/llm_analytics/evaluation_reports/{id}/
Evaluation report configs are deleted only when their evaluation is deleted. Use PATCH enabled=false to stop delivery.

Parameters

required

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

required

A UUID string identifying this evaluation report.

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