delete https://api.trinsic.id/credentials/v1/verificationPolicies/
Delete the specified verification policy.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
await _credentialsClient.DeleteVerificationPolicyAsync(policyId);
await credentialsClient.deleteVerificationPolicy(policyId);
credentials_client.delete_verification_policy(policy_id)
credentials_client.delete_verification_policy(policy_id)