Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions content/commands/cf.del.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ Deletes an item once from the filter.

If the item exists only once, it will be removed from the filter. If the item was added multiple times, it will still be present.

<note><b>Note:</b>

- Deleting an item that are not in the filter may delete a different item, resulting in false negatives.
</note>
{{< note >}}
Never use this command to delete an item unless you are certain you've added the item to the filter. Deleting an item you didn't previously add may corrupt the filter and cause false negatives.
{{< /note >}}

## Required arguments

Expand Down Expand Up @@ -92,4 +91,4 @@ One of the following:
* [Boolean reply]({{< relref "/develop/reference/protocol-spec#booleans" >}}) `true` for successfully deleting an item, or `false` if no such item was found in the filter.
* [Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: invalid arguments or wrong key type.

{{< /multitabs >}}
{{< /multitabs >}}