> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Excluir Flow

> Remove permanentemente um WhatsApp Flow. Apenas Flows no status DRAFT podem ser excluídos.

<Note>
  Requer token de instância.
</Note>

## Parâmetros

### Path

<ParamField path="flowId" type="string" required>
  ID único do Flow a ser excluído. O Flow deve estar no status `DRAFT`.
</ParamField>

## Resposta

```json theme={null}
{
  "success": true
}
```
