Skip to main content
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 the configure permission.

Path Parameters

string
required
The ID of the instance.
string
required
The name of the skill to uninstall.

Response

Returns 204 No Content on success.