deleteApplicationDef()

Purpose

Permanently deletes an existing application and its components, including objects that are only assigned to this application and all corresponding records.

See Application XML Elements for a description of the Application XML node and an example of its use.

Syntax

deleteApplicationDef(string sessionId, string appId);
			

Parameters

sessionId

A string containing the session ID obtained at log in.

appId

The original ID of the application to retrieve.

Output

Status text:

Application ABC has been deleted

Permissions Required

All metadata methods require administrative privileges, regardless of the view, edit, create and delete permissions set on the application or object. Establish the session by logging in with credentials for an administrative user.

Example

The following example deletes an application.

String infoMessage = binding.deleteApplicationDef("7ae747a0e36648ef8bd016eec1502779@46216462", "7678");