Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / skills / removeSkill

Function: removeSkill()

removeSkill(skillName, ide, options): Promise<boolean>

Defined in: packages/b2c-tooling-sdk/src/skills/installer.ts:212

Remove an installed skill.

Parameters

skillName

string

Name of the skill to remove

ide

IdeType

Target IDE

options

Installation options

global

boolean

projectRoot?

string

Returns

Promise<boolean>

true if removed, false if not found

Released under the Apache-2.0 License.