Remove a workspace member
dropthis_remove_memberRemove a member from a team workspace using workspace ID and account ID, or leave the workspace with your own ID. Requires confirmation.
Instructions
Remove a member from a team workspace by the workspace id and the member's accountId (from dropthis_members), or leave the workspace by passing your own accountId. Destructive; requires confirm: true. Removing others requires a team-scoped credential (ADR-0068: members:admin); leaving needs members:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to remove. | |
| workspace | Yes | The workspace id (see dropthis_workspaces). | |
| account_id | Yes | The member's accountId to remove, or your own to leave (see dropthis_members). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| removed | No | ||
| accountId | No | ||
| workspace | No |