deleteApp

@DELETE(value = "apps/{appID}")
abstract fun deleteApp(@Path(value = "appID"appID: String? = null): Call<Void>