curl -X POST "https://api.trusset.org/customers/api/identity/revoke" \ -H "Content-Type: application/json" \ -H "X-API-Key: trusset_abc123xy_secret..." \ -d '{ "walletAddress": "0xAbC123dEf456789012345678901234567890AbCd" }'
{ "success": true, "data": { "walletAddress": "0xAbC123dEf456789012345678901234567890AbCd", "status": "revoked", "txHash": "0xabc123def456789012345678901234567890abc123def456789012345678901234", "gasUsed": "42150" }, "metadata": { "requestId": "550e8400-e29b-41d4-a716-446655440000", "timestamp": "2025-06-15T12:00:00.000Z" } }
Revoke an on-chain identity verification
revoked
Show child attributes