Finally we also have the delete function. The DeleteUser function allows us to easily delete the user from our Wordpress sites.
There are a couple of parameters when deleting users.
User ID - The user ID associated with the user
Reassign User ID - The user ID who all pages and posts are reassigned to after deleting a user.
One example to make it easier is to create some drop-downs and link them to a button. Although this makes it easy to delete users it’s function also “reassigns + deletes from Buffer table + Deletes from User Manager table” so it is an advanced formula within the button.
Choose a user to delete:
testuser3
and also who to reassign post & pages to
andy-user
Delete User "testuser3"and reassign to "andy-user"
Another option is we have set up the delete button so we can easily choose the User from our previously set-up table. When we push the delete button it sends a call to our Wordpress site and deletes the user. It then deletes the row from our table.