Version 1.2.1 - User Deletion Endpoint.
API Enhancements
This release adds a crucial feature for user management, allowing administrators and managers to delete users directly through the API.
- New
DELETE /users/{id}Endpoint: A new REST API endpoint has been registered. Authenticated users with thedelete_userscapability can now programmatically delete other users. This completes the user management CRUD cycle and enables more powerful client-side applications. - The endpoint includes a security check to prevent a user from deleting their own account.