diff --git a/content/commands/cf.del.md b/content/commands/cf.del.md index c99435533b..d4d0de9561 100644 --- a/content/commands/cf.del.md +++ b/content/commands/cf.del.md @@ -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: - -- Deleting an item that are not in the filter may delete a different item, resulting in false negatives. - +{{< 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 @@ -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 >}} \ No newline at end of file +{{< /multitabs >}}