diff --git a/lib/intercom.io.js b/lib/intercom.io.js index a848711..914134d 100644 --- a/lib/intercom.io.js +++ b/lib/intercom.io.js @@ -97,7 +97,7 @@ Intercom.prototype.request = function(method, path, parameters, cb) { timeout: this.options.timeout }; - if (method === 'GET') { + if (method === 'GET' || method === 'DELETE') { requestOptions.qs = parameters; requestOptions.headers = { 'Accept': 'application/json'