- I had a two way relation attribute.
- Deleted the two way relation attribute.
- Document create/ update fails as the relation key was still not deleted from one of the collection. Console doesn't show the deleted attribute but the underlying document still has reference to this attribute and fails with
Invalid document structure: Unknown attribute - As the console doesn't show the attribute, I went ahead and created a new non relation attribute with the same key and it is now stuck in processing.
- Tried deleting the stuck attribute key using cli, although it says success the key is still not deleted.
I've ran out of options. How can we permanently delete an attribute so that document create / update succeeds without recreating the collection?