DELETE /users/user/{userid}/application/{appid}

Remove an Application from a User. Please note that a User must be associated with at least one Application. Removing the last Application from a User will result in a 409 Conflict error.

Return

A boolean response explaining whether the DELETE call was successful or not.

Example Request

DELETE Response

{
  "econtext": {
    "result": {
      "deleted": true
    },
    "elapsed": 0.030797958374023438
  }
}