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

# student.removed

> O aluno foi removido do club. Só o id sai: é o sinal para apagá-lo do seu lado também.

O evento não traz nome nem e-mail — os dados já foram anonimizados quando ele é montado. Use o
`data.student.id` para achar a pessoa no seu sistema.

```json theme={null}
{
  "id": "5b2e8d4f-9c1a-4e3b-a7d6-0f2c4e6a8b1d",
  "type": "student.removed",
  "occurred_at": "2026-09-14T18:45:12Z",
  "club_id": "7a1e9c4b-5d3f-4e2a-8b6c-1f0d9e8a7b65",
  "data": {
    "student": {
      "id": "c3d5e7f9-1a2b-4c6d-8e0f-a1b2c3d4e5f6"
    }
  }
}
```

O que acontece com as mensagens anteriores sobre essa pessoa está em
[Webhooks de saída](/essentials/webhooks).


## Related topics

- [Webhooks de saída](/essentials/webhooks.md)
- [Listar entregas](/api-reference/webhook-endpoints/deliveries-list.md)
- [Reenviar entrega](/api-reference/webhook-endpoints/deliveries-retry.md)
- [Enviar teste](/api-reference/webhook-endpoints/test.md)
- [Ler uma entrega](/api-reference/webhook-endpoints/deliveries-get.md)
