deletesharedaccount deprecated
PACKAGE: open-xchange-admin
NAME
deletesharedaccount - deletes sharedaccounts in a given context.
SYNOPSIS
deletesharedaccount [OPTION]...
DESCRIPTION
This command line tool deletes sharedaccounts in a given context. If you delete a sharedaccount the public folder entries of this sharedaccount are transferred to the admin sharedaccount. All other data are deleted.
OPTIONS
-c, --contextid contextid : The context identifier. Mandatory.
-i, --userid userId : Id of the user.
-u, --username username : Username of the user.
-A, --adminuser contextAdmin : Context admin user name for authentication. Optional, depending on your configuration.
-P, --adminpass contextAdminPassword : Context admin password for authentication. Optional, depending on your configuration.
-h, --help : Prints a help text.
--environment : Show info about commandline environment.
--nonl : Remove all newlines (\n) from output.
--responsetimeout : The optional response timeout in seconds when reading data from server (default: 0s; infinite).
EXAMPLES
deletesharedaccount -A contextAdmin -P secret -c 1138 -i 137
Deletes the sharedaccount with the specified identifier in the specified context.
SEE ALSO
createsharedaccount(1), listsharedaccount(1), updatesharedaccount(1)