deleteCategory

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