API Reference

Learn how to access UNLOQ end points

DEL /actions/:code

Deletes the given authorisation action from your application.

DEL https://api-authenticator.iwelcome.com/v1/actions/:code
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL Parameters
  • code (string, required) - Action to be removed, specified by its code.
Result format (200 OK)
{
  "type": "api.application.action.delete",
  "meta": {
    "deleted": true
  }
}

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.