ManaPHP\CounterInterface::delete PHP Method

delete() public method

Deletes the key
public delete ( string $type, string $id ) : void
$type string
$id string
return void
    public function delete($type, $id);