provider llm_skills DELETE /api/environments/{environment_id}/llm_skills/name/{skill_name}/files/{file_path}/
@utdk/posthog /api/environments/{environment_id}/llm_skills/name/{skill_name}/files/{file_path}/
environments_llm_skills_name_files_destroy
base_version query
Latest version you are editing from. If provided, the request fails with 409 when another write has landed in the meantime.
integer
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
file_path path required
string
skill_name path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmSkillsNameFilesDestroy
DELETE/api/environments/{environment_id}/llm_skills/name/{skill_name}/files/{file_path}/

Parameters

required

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

required
required

Latest version you are editing from. If provided, the request fails with 409 when another write has landed in the meantime.

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