v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
User Management

Delete user

Delete a LDAP user and associated group. Home directory is backed up with timestamp suffix.

delete/api/ldap/user

Response

User deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Deleted user"
}