Forum Discussion
wn80sr
Nov 17, 2020Copper Contributor
Failed to delete a channel via Graph
I have a few Power Automate flows for deleting channels via Graph (Beta). They worked well before till I found a lot of failures yesterday: { "error": { "code": "BadRequest", "messa...
Trinetra-MSFT
Nov 18, 2020Former Employee
wn80sr , Can you provide your request and endpoint for the same?
wn80sr
Nov 18, 2020Copper Contributor
The creation (action: Create a channel) worked this morning while the deletion (by calling Graph API) always failed.
Now, the creation failed again with the following response:
{
"error": {
"code": "BadRequest",
"message": "Failed to execute Skype backend request GetThreadsS2SRequest.",
"innerError": {
"date": "2020-11-18T07:10:09",
"request-id": "8b409373-685d-4a8b-be2d-c11a11fefd06",
"client-request-id": "8b409373-685d-4a8b-be2d-c11a11fefd06"
}
}
}
Very annoy!
- Trinetra-MSFTNov 20, 2020Former Employee
wn80sr Could you provide the request that you are trying and also tell me what endpoint is you trying out, is it v1.0 or beta?