cURL
curl --request PATCH \ --url https://api.wavix.com/v1/two-fa/verification/{session_uuid}/cancel \ --header 'Authorization: Bearer <token>'
{ "success": true }
Use this method to explicitly cancel a 2FA Verification. Once the verification is canceled, no further codes will be sent and you won’t be able to validate any codes sent previously. You’ll need to create a new Verification to send a new code.
Bearer token using appid (Authorization: Bearer )
Wavix 2FA Verification ID
"2953d4308f2e11ecb75fcdafd6d2d687"
true
Was this page helpful?