Skip to main content
DELETE
/
identity
/
verifications
/
{id}
Delete verification
curl --request DELETE \
  --url https://api.txcloud.io/v1/identity/verifications/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "verification",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.txcloud.thetekcircle.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key as Bearer token

Path Parameters

id
string
required

Verification ID

Response

Verification deleted

id
string
object
enum<string>
Available options:
verification
deleted
boolean
Example:

true