-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete company #254
Comments
Hi @csandanov 👋 Actually, our API does not support deleting companies (even though there is a menu item, it only specifies that there is no such endpoint at the moment): https://developers.intercom.com/intercom-api-reference/reference#delete-a-company I'll close this issue, but please feel free to reopen if you found it somewhere else and I'll check it for you. |
@GabrielAnca I came across this issue while looking for delete in this SDK as well since it is in the API docs as a DELETE request currently: https://developers.intercom.com/intercom-api-reference/reference#delete-a-company |
Hi @davidstoker it is indeed possible to delete a company via the API since from API version 2.0 onwards. I'll reopen this issue 😃 Feel free to open a PR adding that functionality if it's urgent for you 🙌 |
I've created a PR for this now, see #340 |
I see the method in API reference but there's no method in PHP SDK
The text was updated successfully, but these errors were encountered: