API: DELETE_USER - Cancellazione di un utente Gli identificativi del tipo "<***>" sono descritti in questa sezione Azione Eliminazione di un utente Richiesta { "message_type": "DELETE_USER", "version": "1.0", "authentication": <USER AUTHENTICATION>, "user_login": <TO DELETE USER LOGIN>, "organization_code": <ORGANIZATION_CODE> } Risposta OK 200 OK { "status": "OK", "comment": "Document Deleted" }; Errori Utente non trovato 404 Not Found { "status": "UNKNOWN_USER", "comment": "Unknown User" }
Permessi non sufficienti per cancellare l’utente 404 Not Found { "status": "NO_PERMISSION_TO_DELETE_USER", "comment": "No permission to delete this user" } |