intercom / intercom-java

Java bindings for the Intercom API
https://developers.intercom.io/reference
Apache License 2.0
64 stars 68 forks source link

Remove company deletion endpoint as it doesn't exist in the API #211

Closed thewheat closed 6 years ago

thewheat commented 6 years ago

As detailed in https://github.com/intercom/intercom-java/issues/207 we currently reference a company deletion endpoint in the SDK code but it doesn't exist in the actual Intercom API.

This PR removes the corresponding code