DeleteAppService

interface DeleteAppService

Functions

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