When attempting to delete an Outbound Route either through the UI or in the Developer Tools we get the following error:
{
"message": "OutboundRoute not found with id 71bbc468-c4b4-46ea-aa30-1238b6830821",
"code": "not.found",
"status": 404,
"contextId": "81131600-11ec-4bf7-a87f-3bf0f8de6611",
"details": [],
"errors": []
}
The outbound route still exists though.
Something seems to be wrong. We get similar issues when attempting to delete other items as well.
The error still persists:
{
"message": "OutboundRoute not found with id 71bbc468-c4b4-46ea-aa30-1238b6830821",
"code": "not.found",
"status": 404,
"contextId": "99d12a14-a60d-4cf9-a751-62594d73e059",
"details": [],
"errors": []
}