// Module included in the following assemblies // * /serverless/cli_reference/kn-func-ref.adoc [id="delete-function-kn_{context}"] = Deleting a function You can delete a function from your cluster by using the `kn func delete` command. .Procedure * Delete a function: + [source,terminal] ---- $ kn func delete [ -n -p ] ---- ** If the name or path of the function to delete is not specified, the current directory is searched for a `func.yaml` file that is used to determine the function to delete. ** If the namespace is not specified, it defaults to the `namespace` value in the `func.yaml` file.