Team Management
Remove User From Websites
Batch-removes a user's explicit website memberships within your organization. Pass the website IDs as a comma-separated list in the website_ids query parameter (at most 100). Requires a global API key. Idempotent: websites where the user has no explicit membership are reported with status not_a_member rather than failing the request, so re-calling is safe. Organization-level access is not affected — this only removes explicit website_members rows.
delete/api/v1/users/{user_id}/websites
Query parameters
website_idsstring required
Comma-separated list of website UUIDs to remove the user from (at most 100).
Response
Per-website removal results
Changes
No recorded changes to this endpoint across all 1 revision of this API.