Workspaces
✨ Bulk unassign workspace members
<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Unassign workspace members in bulk. Pass selector fields via query parameters (`all`, `included`, `excluded`) and optional paginated-list filters (`search`, `ids`). For backward compatibility, a JSON body with bulk fields is still accepted.delete/api/workspaces/{id}/memberships/bulk/
Path parameters
idinteger required
Query parameters
allboolean
Apply unassignment to all currently matched workspace members.
excludedstring
Comma-separated list of user IDs to keep assigned when all=true.
idsstring
Comma-separated list of user IDs to filter matched members.
includedstring
Comma-separated list of user IDs to unassign when all=false.
searchstring
Search term for filtering matched members by name or email.