为什么 v2 Design Automation API 的 DELETE WorkItems 端点显然不存在?

Why is the DELETE WorkItems endpoint of the v2 Design Automation API apparently non-existent?

我正在尝试使用 forge-api-nodejs-client 删除 WorkItem。

这是我的代码:

WorkItemsApi.deleteWorkItem(workItemId, oAuthTwoLegged, oAuthTwoLegged.getCredentials());

我收到 404 响应,告诉我请求的资源不存在。

我已经使用 curl 和 Postman 尝试了端点,我很确定我的请求格式正确。我检查了 API 健康仪表板,一切看起来都很好。

这个端点仍然存在吗?

V2 API 没有 DELETE workitems/{id} 动作。 V3 API 有这个。