Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST /api/v1/number-lookups/{id}/cancel

Paramètres

ChampTypeRequisEmplacementDescription
idUUIDouipathID du lookup

Réponse succès 200

{
  "data": {
    "id": "lookup_uuid",
    "status": "cancelled",
    "completedAt": "2026-05-07T10:00:08.000Z"
  }
}

Erreurs courantes

CodeHTTPQuand
LOOKUP_NOT_FOUND404Lookup introuvable
LOOKUP_CANNOT_BE_CANCELLED400Lookup déjà terminé, en échec ou annulé