## kn source container delete Delete a container source ### Synopsis Delete a container source ``` kn source container delete NAME ``` ### Examples ``` # Delete a ContainerSource 'containersrc' in default namespace kn source container delete containersrc ``` ### Options ``` -h, --help help for delete -n, --namespace string Specify the namespace to operate in. ``` ### Options inherited from parent commands ``` --config string kn configuration file (default: ~/.config/kn/config.yaml) --kubeconfig string kubectl configuration file (default: ~/.kube/config) --log-http log http traffic ``` ### SEE ALSO * [kn source container](kn_source_container.md) - Manage container sources