exileUser

@DELETE(value = "/v1/groups/{groupId}/users/{userId}")
abstract fun exileUser(@Path(value = "groupId") groupId: Int, @Path(value = "userId") userId: Long): Call<Void>