DelUser
Deletes the specified user(s).
Allowed roles: Owner, Admin, User manager.
Example request: Delete two users with ID 3 and 55.
Authentication
Query parameters
The user ID list separated by semicolons (;). Use the ‘all’ value to select all users. Required unless user_name is provided.
The user name list separated by semicolons (;). Required unless user_id is provided.
Delete the specified users bound to the application ID. It is required if the user_name is specified
Delete the specified users bound to the application name. Can be used instead of the application_id parameter