We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42350e5 commit b8baa5eCopy full SHA for b8baa5e
1 file changed
docs/index.rst
@@ -84,6 +84,15 @@ More information on `docs.intercom.io <http://docs.intercom.io/api#updating_a_us
84
user.name = "Benjamin McRedmond"
85
user.save()
86
87
+Deleting a User
88
++++++++++++++++
89
+
90
+More information on `docs.intercom.io <http://docs.intercom.io/api#deleting_a_user>`_.
91
92
+::
93
94
+ deleted_user = User.delete(email="ben@intercom.io")
95
96
Impressions
97
-----------
98
0 commit comments