From 9759a0417dd9b91c5e0b3804beea71041b19d357 Mon Sep 17 00:00:00 2001 From: Comrade DOS Date: Tue, 4 Sep 2012 01:42:59 +0700 Subject: [PATCH] Fix issue #59. --- twilio/rest/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twilio/rest/resources.py b/twilio/rest/resources.py index 017fe538a7..1b0565cc54 100644 --- a/twilio/rest/resources.py +++ b/twilio/rest/resources.py @@ -1102,7 +1102,7 @@ def delete(self, call_sid): """ Remove the participant from the given conference """ - return self._delete(call_sid) + return self.delete_instance(call_sid) def update(self, sid, **kwargs): """