tarr11 / IntercomDotnet

Wrapper for Intercom.io API for .NET
Apache License 2.0
15 stars 14 forks source link

Added Delete support for /users endpoint #22

Closed jooooel closed 8 years ago

jooooel commented 8 years ago

Deleting users requires a DELETE to the /users endpoint using parameters in the URL. The body is ignored.

I removed the non functioning delete method and added two new. One using the Intercom id, and one using the custom user_id.

Hope you like it :)

mgoodfellow commented 8 years ago

LGTM :+1:

I will prep a new nuget package in the next few days