API Reference

Learn how to access UNLOQ end points

DEL /groups/:group_id/users/:user_id

Remove a user from a group

DEL https://api-authenticator.iwelcome.com/v1/groups/:group_id/users/:user_id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • group_id (string) - Required. The id of the group.
  • user_id (string) - Required. The id of the user to be removed.
Result format (200 OK)
{
  "type": "api.application.group.user.delete"
}
      

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.