https://api.visitors.now/v1/members/:userIdRemoves a member from the project. You cannot remove yourself or other owners.
const res = await fetch("https://api.visitors.now/v1/members/USER_ID", {
method: "DELETE",
headers: { Authorization: `Bearer ${VISITORS_API_KEY}` },
});{
"success": true
}