Delete method: RCService class
Syntax
Delete()
Description
Use the Delete method to delete all related content service configurations for this component.
Parameters
None.
Returns
A boolean value: True if the delete is successful, False otherwise.
Example
import PTCS_SERVICE:RCService;
Component PTCS_SERVICE:RCService &pgRFFlRcService;
&pgRFFlRcService = create PTCS_SERVICE:RCService("EMPLOYEE", "QE_NUI_RI_GBL");
Local boolean &bRetDel = &pgRFFlRcService.Delete();