deleteAttribute(attribute: string): this {
        this.vault.format.deleteEntryAttribute(this.id, attribute);
        return this;
    }