Delete User

Use to delete a user (driver, dispatcher, or admin).

OUTPUT PARAMS

success

boolean

Indicates whether the service completed successfully. The values are:

  • false - the service failed.
  • true - the service succeeded.

rc

Int32

If an error occurred, the return code.

message

string

A descriptive message indicating success or the reason for failure.

Language