Skip to main content
DELETE
/
verifications
/
{verification_id}
Delete Verification
curl --request DELETE \
  --url https://{defaultHost}/verifications/{verification_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

An account API key, account scoped JWT, app API key, or user OAuth token.

Headers

Api-Version-Date
string<date>

Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.

Example:

"2026-06-09"

Path Parameters

verification_id
string
required

The ID of the verification, which will look like idpf_*************

Response

verification deleted

id
string
deleted
boolean