How to delete Now Assist Skill Kit (NASK) skillsSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Currently the platform does not support, from the Now Assist Skill Kit workspace any method to delete records as found in this list of Skills. However, the situation may arise in which a user may create a new Skill or "Clone" an existing such skill but later need, for any reason, to delete that Skill. However, in reviewing the Now Assist Skill Kit workspace, no options or methods will be found to allow such a deletion. This capability to thus delete these Skills is not currently supported in the Workspace and thus buttons, selections or options to so delete these records cannot be found there. Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } All current release versions. Instructions<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Despite the fact that there is no apparent deletion options found within the Now Assist Skill Kit (NASK) Workspace, there still is a method by which these records can be removed from the system (and thus no longer appear in the Workspace). To thus delete these skills will require login to the instance with an account with admin permissions on that instance and access the specific table which contains these records. First, take notice of the name and sys_id of the specific Skill you want to delete from the Workspace. This information can be used in later steps to delete some of the associated records that had been auto-generated by the system upon creation of that record, but not necessarily deleted during the delete operation. Access a list of all records in the Now Assist Skill Configs [sn_nowassist_skill_config] table. Locate the record in the list (by name) of the Now Assist Skill Configs record that you want to delete from the instance. Click the name field of that record to open that specific record. The record view of that Now Assist Skill Config will open. Obtain the sys_id value for the record (for use in later steps), which can be obtained by clicking the Contextual Menu and then selecting the "Copy sys_id" option from the menu that appears. After obtaining and noting the sys_id of the record, click the Delete button as associated to the "Now Assist Skill Config" record you want to permanently delete from the instance. At the confirmation warning, asking if you are sure you want to delete the record, click the Delete button to complete the Deletion. This will then delete the record and many of it's dependent or related records. However this deletion does not necessarily delete ALL of the records that were generated by the creation of this record, and thus additional cleanup may be needed. The following are the base table types that may have records thus automatically generated in the creation of a new Now Assist Skill Configs record: Generative AI Configurations [sys_generative_ai_config] Generative AI Feature Mappings [sys_gen_ai_feature_mapping] Generative AI Config [sys_generative_ai_prompt_config] Generative AI Strategy Mappings [sys_gen_ai_strategy_mapping] Now Assist Skill Config Status [sn_nowassist_skill_config_status] OneExtend Capabilities [sys_one_extend_capability] OneExtend Capability Attributes [sys_one_extend_definition_attribute] OneExtend Capability Definitions [sys_one_extend_capability_definition] OneExtend Definition Configs [sys_one_extend_definition_config] OneExtend Eval Strategies [sys_one_extend_eval_strategy] OneExtend Eval Strategy Metrics [sys_one_extend_eval_strategy_metric] OneExtend Resource Attribute Mappings [sys_one_extend_resource_attribute_mapping] OneExtend Resource Mappings [sys_one_extend_resource_mapping] Extended Resource Param Values [sys_one_extend_resource_param_value] These records may be directly related to the "Now Assist Skill Configs" table or be related through an intermediary table to the "Now Assist Skill Configs" record. Noe that having these related records to the sn_nowassist_skill_config table remain on the instance will not cause any issues or generate any errors, however these are unneeded records as the containing or parent record has now been deleted from the instance.