API Reference

Learn how to access UNLOQ end points

POST /deactivate

Initiates the deactivation process of a profile.

POST https://api-authenticator.iwelcome.com/v1/deactivate
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
Body parameters
  • email (string, required) - The profile e-mail address.
Result format (200 OK)
{
   "type": "api.application.enroll.deactivate",
   "result": {
    "deactivated": true
  }
}
Error format (4xx)
{
   "error": {
    "code": "{e.code}",
    "ns": "{e.ns}",
    "message": "{e.message}",
    "status": "{e.statusCode}"
  }
}
Notes

You can only de-activate profiles that your application previously enrolled. If the profile is virtual and was not enrolled by any other application, it will be deleted.

Have a question? You can always send us an email at support@unloq.io, or contact us on chat.

For security related concerns, please visit our Security page.