SAP Function CFG_API_DELETE_INSTANCE - Delete Instance

Parameter Reference Type Length Default Optional Text
CONFIG_ID COMT_CFGM_CONFIG_ID g 8 Configuration Identifier
INST_ID COMT_CFGD_INSTID C 8 Internal identifier of a Instance

Parameter Reference Type Length Text
SUCCESS COMT_CFGD_FLAG C 1 "Y"/"N" Y=Yes, N=No

Functionality
This function module can be used to delete an instance within amultilevel configuration.
You just have to specify the according configuration via CONFIG_ID andthe instance you want to delete via INST_ID.
The configurator checks if the item can be deleted and returns SUCCESS ='Y' if it was successful.
Possible cause for denial of the deletion can be a dependency whichdemands the instance.
If the CONFIG_ID or INST_ID contain not valid IDs the function modulewill run in a COMMAND_EXCEPTION.