23.3. Deleting a Simple Secret (duckdb.drop_simple_secret) #

You may need to delete a simple secret to update its parameters and then recreate it.

Execute the following command:

  SELECT duckdb.drop_simple_secret('S3');

Postgres Pro AXE performs the following actions:

  1. Deletes the foreign server and its user mapping:

      DROP SERVER simple_s3_secret CASCADE;
    
  2. Outputs the name of the deleted simple secret.