workos / workos-dotnet

Official .NET SDK for interacting with the WorkOS API
MIT License
11 stars 8 forks source link

Remove connection as return value from Delete Connection #110

Closed pliao28 closed 1 year ago

pliao28 commented 1 year ago

DeleteConnection method shouldn't return Connection. Removed Connection as return value and now returns Task.

linear[bot] commented 1 year ago
SDK-609 .NET – DeleteConnection method shouldn't return Connection

The API doesn’t return anything, so it’s going to fail when trying to parse the `Connection` from the API response. [https://work-os.slack.com/archives/CG875BV3J/p1668621369884209](https://work-os.slack.com/archives/CG875BV3J/p1668621369884209)