cURL
curl --request DELETE \ --url https://api.gleap.io/v3/users/me/2fa-devices/{deviceId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "success": true }
Delete 2FA device.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ok
The response is of type object.
object