Skip to main content
PUT
/
customers
/
api
/
id-links
/
{linkId}
/
revoke
curl -X PUT "https://api.trusset.org/customers/api/id-links/link_abc123/revoke" \
  -H "X-API-Key: trusset_abc123xy_secret..."
{
  "success": true,
  "metadata": {
    "requestId": "550e8400-e29b-41d4-a716-446655440000",
    "timestamp": "2025-06-15T12:00:00.000Z"
  }
}
Revokes an active verification link, preventing the customer from completing the KYC process through it. Use this when a link was sent in error or when the customer’s onboarding is cancelled.

Path Parameters

ID link identifier.

Response Fields

success
boolean
Request status
curl -X PUT "https://api.trusset.org/customers/api/id-links/link_abc123/revoke" \
  -H "X-API-Key: trusset_abc123xy_secret..."
{
  "success": true,
  "metadata": {
    "requestId": "550e8400-e29b-41d4-a716-446655440000",
    "timestamp": "2025-06-15T12:00:00.000Z"
  }
}