SimpleSAML_Store::delete PHP Method

delete() abstract public method

Delete a value from the data store.
abstract public delete ( string $type, string $key )
$type string The data type.
$key string The key.
    public abstract function delete($type, $key);