\n
\n \n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n
\n \nAssign workspace members in bulk."
},
{
"info": {
"name": "✨ Bulk unassign workspace members",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "http://localhost:8000/api/workspaces/:id/memberships/bulk/",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "id",
"value": "",
"type": "path"
},
{
"name": "all",
"value": "",
"type": "query",
"description": "Apply unassignment to all currently matched workspace members."
},
{
"name": "excluded",
"value": "",
"type": "query",
"description": "Comma-separated list of user IDs to keep assigned when `all=true`."
},
{
"name": "ids",
"value": "",
"type": "query",
"description": "Comma-separated list of user IDs to filter matched members."
},
{
"name": "included",
"value": "",
"type": "query",
"description": "Comma-separated list of user IDs to unassign when `all=false`."
},
{
"name": "search",
"value": "",
"type": "query",
"description": "Search term for filtering matched members by name or email."
}
]
},
"docs": "