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
email
(string, required) - The profile e-mail address.
{ "type": "api.application.enroll.deactivate", "result": { "deactivated": true } }
{ "error": { "code": "{e.code}", "ns": "{e.ns}", "message": "{e.message}", "status": "{e.statusCode}" } }
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.