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

# Excluir funil de venda

> Remove um funil de venda da organização.

## Endpoint

```
DELETE /v1/pipelines/:id
```

**Escopo necessário:** `write:pipelines`

## Exemplo de requisição

```bash theme={null}
curl -X DELETE https://api.socialsell.ai/v1/pipelines/664a1b2c3d4e5f6789012345 \
  -H "Authorization: Bearer sk_live_..."
```

## Resposta

Retorna `HTTP 204 No Content` em caso de sucesso.

<Warning>
  Negócios existentes no funil não são excluídos automaticamente. Mova-os antes de excluir o funil de venda.
</Warning>
