Getting "Failed to execute Skype backend request DeleteThreadS2SRequest" on hitting delete channel api

Vignesh M M 0 Reputation points
2023-05-10T12:05:52.2166667+00:00
https://graph.microsoft.com/v1.0//teams/a72b76b9-b4a3-45e8-8b1d-e92f8e8986c4/channels/19:c960c96e1028470ea79dd112f8f13753@thread.tacv2

{"error"=>
  {"code"=>"NotFound",
   "message"=>"Failed to execute Skype backend request DeleteThreadS2SRequest.",
   "innerError"=>
    {"message"=>"Failed to execute Skype backend request DeleteThreadS2SRequest.",
     "code"=>"ItemNotFound",
     "innerError"=>{},
     "date"=>"2023-05-10T11:59:18",
     "request-id"=>"a146e3b4-85e4-42d0-a598-8bfd8af94b85",
     "client-request-id"=>"a146e3b4-85e4-42d0-a598-8bfd8af94b85"}}}

Hi team getting the above exception while hitting the delete channel API, can you help me in this please

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
676 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,543 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Antonio 250 Reputation points Microsoft Vendor
    2023-05-10T14:07:57.7266667+00:00

    Hi Vignesh M M,
    Thanks for posting a question on Q&A forum. As we have little reference to the SDK code/Graph API call used.

    From the error code/message combination be sure that team/channel/group ID has a resourceProvisioningOptions property that contains "Team".
    Please see the Teams and groups section in this documentation for more details on this.

    Otherwise, if you are certain of the referenced IDs, please open an Azure support ticket with all related details. (See below)

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments