I have a few flows that work well. But for no obvious reason they stop working at some point with the following error message:
Unable to parse response JObject:{
"responses": [
{
"id": "4",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
},
{
"id": "2",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
},
{
"id": "8",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
},
{
"id": "6",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
},
{
"id": "1",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
},
{
"id": "5",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
},
{
"id": "0",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
},
{
"id": "7",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
},
{
"id": "3",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-01-25T13:17:51",
"request-id": "2b14300d-e833-45b2-9f8e-481000c00e42",
"client-request-id": "2b14300d-e833-45b2-9f8e-481000c00e42"
}
}
}
}
]
}

Sometimes it's enough to go into Edit mode, edit the flow and then just save the exact same flow and it works again.
Sometimes I just did a "Save As", deleted the old flow and the new flow was fine again.
These flow interact with Teams and I assume they run under my account. Any ideas what I can improve?