Skip to main content

Endpoint

POST /api/v1/contacts/bulk-delete

Body

ChampTypeRequisDescription
contactIdsUUID[]oui1 à 500 IDs

Réponse succès 200

{
  "data": {
    "requested": 2,
    "deleted": 1,
    "notFound": ["cnt_missing"]
  }
}