Delete Services

 

Function Name:  getDeleteServicesXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to delete a registered Service. It takes CabinetName, serviceindex and UserDBId.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGODeleteServices

 

 

Prototype:

public String getDeleteServicesXml

(

 

 

 

String cabinetName, String userDbId,

 

 

String serviceIndex

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

Name of the Database Cabinet to which the User wants to connect.

The name of the Cabinet.

N/A

userDbId

UserDatabase ID, which is returned after the execution of getConnectCabinetXml call.

 

N/A

serviceIndex

Index of the Service that is to be deleted.

Integer > = 0

N/A

 

Output Parameters:

An inputXmlInputXml string of the NGODeleteServices call.