I'm having troubles with removing the attribute of entity which have dependencies from SDK. To remove an attribute I need:
- RetrieveAttribute
- RetrieveDependenciesForDeleteRequest
- DeleteRelationshipRequest
- and finally DeleteAttributeRequest
I would be appreciated for any advise about the plan above or sample code. I couldn't find example at msdn so far.