\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 \nAdd a member to a specific project."
},
{
"info": {
"name": "✨ Remove member from project",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "http://localhost:8000/api/projects/:id/members/",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"params": [
{
"name": "id",
"value": "",
"type": "path"
},
{
"name": "user",
"value": "",
"type": "query",
"description": "User ID to remove from the project. Optional for backward compatibility with DELETE body."
}
]
},
"docs": "