Cancel a 2FA verification
Cancels the 2FA verification identified by session_id. No further codes are sent, and previously sent codes can no longer be validated. A new verification is required to send another code.
Path parameters
The unique ID of the 2FA verification session.
Response
Returns a success confirmation. The verification is canceled.
Example response
{
"success": true
}Changes
Changed in 2 of the 50 revisions of this API.12
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
the response property
became required for the statusresponse-property-became-required
This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○