|
NAMEOpenXPKI::Server::API2::Plugin::Datapool::delete_data_pool_entry COMMANDSdelete_data_pool_entryDelete an entry, specified by namespace and key, from the datapool. The command does not check if the entry exists at all and always returns true. Side effect: this method automatically wipes all data pool entries whose expiration date has passed. Example: CTX('api2')->delete_data_pool_entry(
pki_realm => $pki_realm,
namespace => 'workflow.foo.bar',
key => 'myvariable',
);
Parameters
|