ContributionsMost RecentMost LikesSolutionsHow to check the response status in C# generated code Hello. I've defined a DELETE call that takes an ID and deletes that record. It only returns a status (200 for success), no payload. In this case the C# signature for the method returns a VOID, so how do I get at the HTTP response status to check it for 200?