Question
How do you delete email addresses using the UAPI?
Answer
- Log in to the server via SSH as
root -
Run the following command:
# uapi --user=username Email delete_pop email='user@domain.com'
Note: You need to replace "username" with the cPanel username and "user@domain.com" with the email address you wish to delete.
Comments
0 comments
Article is closed for comments.