curl --location --request DELETE 'http://dev-cn.your-api-server.com/v2/users/<string>/apps/<string>' \
--header 'Accept: application/json'
{
"status": {
"code": "ZERO",
"description": "<string>",
"details": "<string>",
"stackTrace": [
"<string>",
"<string>"
],
"percentCompleted": "<long>",
"timeRemaining": "<long>",
"reqId": "<string>",
"internalDetails": "<string>",
"redirectInfo": {
"url": "<string>",
"resourceType": "<string>",
"oldResourceId": "<string>",
"newResourceId": "<string>"
}
}
}