REMOVE DATABASE KEY

Syntax

REMOVE DATABASE database_name KEY keyname

Privileges

PRAGMA

Description

Use this command to permanently remove keyname from the list of settings for the database database_name.

Return

OK string or error value (see SCSP protocol).

Example

> REMOVE DATABASE mediastore.sqlite KEY key1
OK