cURL
curl --request PATCH \ --url https://api.wavix.com/v1/two-fa/verification/{session_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "success": true }
Cancels a 2FA verification. After cancellation, no additional codes are sent, and previously sent codes can no longer be validated. You must create a new verification to send another code.
Bearer token using appid (Authorization: Bearer )
2FA Verification ID.
"2953d4308f2e11ecb75fcdafd6d2d687"
Verification canceled.
true
Was this page helpful?
Contact support