Bulk remove members from a workspace
Remove multiple members from a workspace. Members with active API keys in the workspace cannot be removed. Management key required.
Authentication
AuthorizationBearer
API key as bearer token in Authorization header
Path parameters
id
The workspace ID (UUID) or slug
Request
This endpoint expects an object.
user_ids
List of user IDs to remove from the workspace
Response
Members removed successfully
removed_count
Number of members removed
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error