I am using content moderator SDK on my api but one method does not work. Every other method will work correctly but delete term method does not work. Can you help me for this method?
Packages and tools are;
-Visual Studio 2019 Community
-Microsoft.Azure.CognitiveServices.ContentModerator 2.0 nuget version
-PC Windows 10 last version
My method: await _contentModeratorClient.ListManagementTerm.DeleteTermWithHttpMessagesAsync(termListId, term, "tur");
I tried every way to delete term on exist term list but it did not work. Also status code is 204 with no content. If I create a term list with english language, deleteterm method works but it is Turkish language, deletetem method does not work. I guess there is a language problem in this method. Because other delete methods(deletelist etc) work fine. Why this delete method creates problem?