首页 > 解决方案 > 删除订阅返回 404

问题描述

我在 Microsoft Graph 中创建了一个订阅。

当我列出现有订阅 ( GET /v1.0/subscriptions) 时,将返回带有 id 的订阅X

当我删除订阅 ( DEL /v1.0/subscriptions/X) 时,我收到HTTP 404以下内容的错误:

"error": {
  "code": "ExtensionError",
  "message": "Operation: Delete; Exception: [Status Code: NotFound;    
              Reason: The subscription with Id '[an internal id]' is not found.]"
}

我在 2019 年 3 月 25 日注意到了这种行为,但 API 自 1 月以来一直在工作。

标签: microsoft-graph-api

解决方案


推荐阅读