v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Cancel a pending verification

delete/2step/{trackingId}

Path parameters

trackingIdstring required

the tracking id of the verification.

Headers

Authorizationstring required

Bearer {access_token}

Response

200

trackingIdstring
statusstring
updatedAtstring
maxRetriesinteger
expiresAtstring
timesTriedinteger

Example response

{
  "trackingId": "2ead0d79-414e-4d7c-b8f5-26f1ffc41c1c",
  "status": "Cancelled",
  "updatedAt": "2017-02-21T08:44:59.92Z",
  "maxRetries": 4,
  "expiresAt": "2016-01-01T10:00:00.000Z",
  "timesTried": 2
}