--- layout: commands page_title: 'Commands: Intention Delete' description: >- The `consul intention delete` command delete L4 service intentions that authorize two services to communicate. It was deprecated in Consul v1.9.0; use `consul config` instead. --- # Consul Intention Delete Command: `consul intention delete` Corresponding HTTP API Endpoints: [\[DELETE\] /v1/connect/intentions/exact](/consul/api-docs/connect/intentions#delete-intention-by-name), [\[DELETE\] /v1/connect/intentions/:uuid](/consul/api-docs/connect/intentions#delete-intention-by-id) The `intention delete` command deletes a matching intention. The table below shows this command's [required ACLs](/consul/api-docs/api-structure#authentication). Configuration of [blocking queries](/consul/api-docs/features/blocking) and [agent caching](/consul/api-docs/features/caching) are not supported from commands, but may be from the corresponding HTTP endpoint. | ACL Required | | ------------------------------ | | `intentions:write`1 |
1 Intention ACL rules are specified as part of a{' '}
service
rule. See{' '}
Intention Management Permissions
{' '}
for more details.