return this._request({
                    method: 'DELETE',
                    url: this._getUrlWithPath('/buckets/' + encodeURIComponent(bucket) + '/keys/' + encodeURIComponent(key))
                });