> ## 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 clearance

> Remove um clearance existente com base no seu UUID.

## Path Parameters

<ParamField path="uuid" type="string" required>
  UUID do clearance a ser removido. **Exemplo**:
  `7604086b-cc97-4a2c-b928-7905fa4d6428`
</ParamField>

## Response

<ResponseField name="message" type="string">
  Feedback. **Exemplo**: `Clearance removido com sucesso.`
</ResponseField>

<ResponseExample>
  ```json 200 OK theme={"theme":"catppuccin-latte"}
  {
    "message": "Clearance removido com sucesso."
  }
  ```

  ```json 404 Not Found theme={"theme":"catppuccin-latte"}
  {
    "message": "Clearance não encontrado."
  }
  ```

  ```json 500 Internal Server Error theme={"theme":"catppuccin-latte"}
  {
    "message": "Erro ao remover clearance."
  }
  ```
</ResponseExample>
