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

# Excluir template

> Remove (soft delete) um template existente.

## Path Parameters

<ParamField path="id" type="integer" required>
  ID do template. **Exemplo**: `1`
</ParamField>

<ResponseExample>
  ```json 200 Template removido theme={"theme":"catppuccin-latte"}
  ```

  ```json 404 Template não encontrado theme={"theme":"catppuccin-latte"}
  ```

  ```json 500 Internal Server Error theme={"theme":"catppuccin-latte"}
  ```
</ResponseExample>
