Why Can't I Delete a Datastore Due to "Resource Not Found" Error?

This topic was automatically generated from Slack. You can find the original thread here.

hi i want to report a bug on the datastore page. I cannot delete a datastore. Upon inspecting the http call, I see the following error:

{
“data”: {
“my”: {
“storeDelete”: {
“errors”: [
“Resource not found”
],
“__typename”: “StoreDeletePayload”
},
“__typename”: “MyMutation”
}
}
}

Kindly let me know if I should provide any additional logs/screenshots. Thanks!