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

# Données

> Lisez et supprimez les données collectées.

Listez, récupérez et supprimez les soumissions collectées. Pas d’endpoint de création.

<Note>
  Lecture et suppression uniquement.
</Note>

## Points d’entrée

<CardGroup cols={2}>
  <Card title="Lister" icon="list" href="/fr/api-reference/data/retrieve-all-data" horizontal>
    `GET` `/data/`
  </Card>

  <Card title="Récupérer" icon="eye" href="/fr/api-reference/data/retrieve-one-data" horizontal>
    `GET` `/data/{datum_id}`
  </Card>

  <Card title="Supprimer" icon="trash" href="/fr/api-reference/data/delete-data" horizontal>
    `DELETE` `/data/{datum_id}`
  </Card>
</CardGroup>
