Remove Team Member
Remove a user from a team. The user will lose access to all team resources.Endpoint
Headers
Bearer token for authentication
Path Parameters
Team UUID
User UUID to remove
Response
Returns a 200 OK status with an empty response body on successful removal.Example Request
What Happens When Removed
When a user is removed from a team:- They immediately lose access to all team websites
- They can no longer view team analytics
- They cannot create or edit team resources
- Their user account remains active
- Personal websites (if any) are unaffected
Error Responses
Bad Request - User does not exist on this team
Unauthorized - You must be the owner/manager of this team
Not Found - Team or user does not exist
Permissions
You can remove a team member if:- You are a team owner or manager
- You are removing yourself from the team (any member can leave)
Users can be re-added to the team later using the Add Team Member endpoint.