delete: function(options) {
            console.log('composrInterface.request.delete');
            this.options = options || {};
            return this.request({
                url: this._buildUri(this.path),