provider llm_skills DELETE /api/projects/{project_id}/llm_skills/name/{skill_name}/files/{file_path}/
@utdk/posthog /api/projects/{project_id}/llm_skills/name/{skill_name}/files/{file_path}/
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
file_path path required
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
skill_name path required
string

Try it

Authentication
Configure credentials for PostHog API
llmSkillsNameFilesDestroy
DELETE/api/projects/{project_id}/llm_skills/name/{skill_name}/files/{file_path}/

Parameters

required
required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

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