Skills
Uninstall Skill
Remove a skill from an instance.
DELETE
Uninstalls a skill from the instance. This removes the skill files and its configuration. If you just want to disable a skill without removing it, use the update config endpoint to set
enabled: false instead.
Authentication
Requires an org-level API key or a scoped token with theconfigure permission.
Path Parameters
The ID of the instance.
The name of the skill to uninstall.
Response
Returns204 No Content on success.