deleteMenu

@Delete(value = "/{menuId}")
suspend fun deleteMenu(@PathVariable restaurantId: String, @PathVariable menuId: String): HttpResponse<DeleteMenuResponse>