DELETE
/
users
/
me
/
2fa-devices
/
{deviceId}
curl --request DELETE \
  --url https://api.gleap.io/v3/users/me/2fa-devices/{deviceId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

deviceId
string
required

Response

200 - application/json

Ok

The response is of type object.