removeSkill
Remove a skill by its instance key or instance ID. Calls cleanup() before removal.
Parameters
keyOrId
The instance key or instance ID of the skill to remove.
Returns
Promise<boolean> — true if the skill was found and removed.
Remove a skill by its instance key or instance ID. Calls cleanup() before removal.
The instance key or instance ID of the skill to remove.
Promise<boolean> — true if the skill was found and removed.