return this.sdk.deleteBlob(params)
            .then((res) => res)
            .catch((err) => { throw new ClientError(err) })