provider data_color_themes DELETE /api/environments/{environment_id}/data_color_themes/{id}/
@utdk/posthog /api/environments/{environment_id}/data_color_themes/{id}/
environments_data_color_themes_destroy
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A unique integer value identifying this data color theme.
integer

Try it

Authentication
Configure credentials for PostHog API
environmentsDataColorThemesDestroy
DELETE/api/environments/{environment_id}/data_color_themes/{id}/

Parameters

required

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

required

A unique integer value identifying this data color theme.

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