v1
latestOpenAPI 3.1.02026-07-2295105298.6 KBTeam Management
Remove Website Member
Removes a user's explicit membership from a website. Accepts a global API key, or a website-scoped key if the website is included in the key's allowlist. Cannot be used to remove the API key's owning user or the organization owner.
delete/api/v1/websites/{website_id}/members/{user_id}
Response
Member removed successfully
Example response
{
"success": true,
"message": "User removed from website"
}