Delete a managed account.
Delete a managed account from Atlassian Administration.
1 2acli admin user delete [flags]
1 2 3 4 5# Delete a managed account from Atlassian $ acli admin user delete --email abc@atlassian.com $ acli admin user delete --id 721217379117310973 $ acli admin user delete --from-file listofmails.txt
1 2 3 4 5 6 7--email string List of emails to be deleted --from-file string Read list of emails or account IDs from the file -h, --help Show help for command --id string List of Atlassian account IDs to be deleted --ignore-errors Ignore the errors and continue --json Generate a JSON output
Rate this page: