Removes an application and configuration.
Syntax: POST /api/Application/Remove/{appName}
{appName} indicates the application to be removed, for example, salesdemo_cloud.
When successful, it returns the response status code 200 and the following response body.
When failed, it returns 400 (bad request), 401 (unauthorized), or 500 (server error).
{ "isSucceeded": true, "errorMessage": "string" }