Show/Hide Toolbars

PerfectApps™ Help Guide

The Delete method deletes the specified app instance.

 

int Delete(string tokenIn, int instanceId, out string tokenOut)

 

Send Params

Return Params

instanceId - This is the unique app instance ID of the app instance you want to delete.

tokenIn - This is the security token that is obtained by the previous API call. See the API Security topic for more details.

tokenOut - This is the new security token that should be used for the next Web Service call after this one. See the API Security topic for more details.

 

Return to: App API Methods, Integration