Skip to main content

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

Parameters

FieldTypeRequiredLocationDescription
idUUIDyespathID of the lookup

Success response 200

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

Common errors

CodeHTTPWhen
LOOKUP_NOT_FOUND404Lookup not found
LOOKUP_CANNOT_BE_CANCELLED400Lookup is already done, failed, or cancelled