Microsoft exchange graph API Unable to delete Conversation

故事扮演 提交于 2021-01-29 12:31:03

问题


I am invoking Micosoft graph API's to integrate its functionality in my custom application. When I go to invoke API to delete conversation using group id and conversation ID, I get below response . I am looking at API as mentioned in official Graph API docs. Any idea what is wrong ? I have Group.ReadWriteAll permission for User

{
  "error": {
    "code": "ErrorInvalidOperation",
    "message": "ConversationId isn't supported in the context of this operation.",
    "innerError": {
      "request-id": "d90689bb-6a3d-4e51-b538-58ecaafaa626",
      "date": "2020-05-04T11:02:27"
    }
  }
}

回答1:


Conjecture since I don't have enough information:

Currently, DELETE conversation is only supported for delegated access for organizational or school accounts. You cannot use DELETE conversation for application access (when there is not interactive login). You also can't use it with delegated access for personal accounts (outlook.com).

Please provide a sanitized URL and request body as that will make it easier to answer this question.



来源:https://stackoverflow.com/questions/61592134/microsoft-exchange-graph-api-unable-to-delete-conversation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!