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

# Excluir Anotação

Exclui do banco de dados uma anotação previamente atrelada à venda.

<ParamField header="Authorization" type="string" required>
  Token de acesso no formato `Bearer <seu_token>`.
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "uuid-da-nota",
    "order_id": "uuid-do-pedido",
    "content": "Cliente solicitou entrega expressa",
    "created_at": "2024-01-01T10:00:00.000Z",
    "updated_at": "2024-01-01T10:00:00.000Z"
  }
  ```
</ResponseExample>
