intercom / intercom-dotnet

Intercom API client library for .NET
https://developers.intercom.io/reference
Apache License 2.0
63 stars 53 forks source link

added gdpr endpoints #130

Closed kmossco closed 6 years ago

kmossco commented 6 years ago

Why?

We have now a new endpoint to permanently delete a user, to allow apps to be compliant with GDPR.

How?

I've deprecated the Delete method to retain the API naming, but allow it to be called just for backwards compatibility.

kmossco commented 6 years ago

This closes #120