How To Delete the WordPress User Programmatically

How can I remove the WordPress user programmatically by given WordPress user ID

You can use the WordPress native function wp_delete_user

$userid = 99;
wp_delete_user( $userid );
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments