Bulk remove members from a workspace
Workspaces
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.
POST
Bulk remove members from a workspace
Authorizations
API key as bearer token in Authorization header
Path Parameters
The workspace ID (UUID) or slug
Minimum string length:
1Example:
"production"
Body
application/json
List of user IDs to remove from the workspace
Required array length:
1 - 100 elementsExample:
["user_abc123", "user_def456"]Response
Members removed successfully
Number of members removed
Example:
2