Skip to content

Remove workspace member

POST/api/v1/workspaces/{slug}/members/remove/

Remove a member from the workspace, deactivate them from all projects, and reduce the seat count.

Path Parameters

slug:requiredstring

Workspace slug

Scopes

workspaces.members:write

Remove workspace member
bash
curl -X POST \
  "https://api.plane.so/api/v1/workspaces/my-workspace/members/remove/" \
  -H "X-API-Key: $PLANE_API_KEY" \
  # Or use -H "Authorization: Bearer $PLANE_OAUTH_TOKEN" \
Response204

No response body.