如何删除 Dispatch 应用程序引用的 LUIS 应用程序

How to delete LUIS application that was referenced by Dispatch application

在创建了几个 LUIS 应用程序和一个引用它们的 Dispatch 应用程序之后,我再次尝试清理它们。

当我尝试通过 eu.luis.ai 门户执行此操作时,它会删除 Dispatch 应用程序,但一些普通应用程序不想删除。

门户网站显示横幅,上面写着 "BadArgument: The application general is referenced by a Dispatch application. Please, ask the application owner to remove the referenece, your use the flag force=true to force delete the relation."

我通过门户尝试了几次,这不起作用。

我在 CLI 上试过:

luis delete application --appId "MY_APP_ID" --authoringKey "MY_AUTHORING_KEY_FOR_WESTEUROPE" --region "westeurope"

--force=true

luis delete application --appId "MY_APP_ID" --authoringKey "MY_AUTHORING_KEY_FOR_WESTEUROPE" --region "westeurope" --force=true

哪个returnsThe application general is referenced by a Dispatch application. Please, ask the application owner to remove the referenece, your use the flag force=true to force delete the relation.

(是的,拼写错误是工具的一部分或 LUIS 响应的一部分)

如何删除 Dispatch 应用程序之前引用的 LUIS 应用程序?

感谢您使用 LUIS Dispatch。我们几天前就已经注意到这个问题了。

我们在流水线中有一个永久修复(应该在本周发布)。同时,我们为所有当前受影响的用户缓解了该问题。

如果问题仍然存在,请耐心等待下周修复。