App Logo
linear.app

Remove/suspend a Linear workspace member

Remove a member's access to a Linear workspace, identified by email. Uses whichever of Linear's own row-menu affordances applies: 'Revoke invite' for a still-pending invite, or 'Suspend user' for an active member (both are Linear's actual removal mechanisms — there is no hard delete). Defaults to the currently active workspace; pass workspaceUrl to target another. Requires login.

Input

email required

Email of the member to remove.

workspaceUrl optional

Workspace URL slug (e.g. 'pointandtest'). Defaults to the active workspace.

Output

email required
action required
username required
workspaceUrl required
status optional

FAQ

Remove a member's access to a Linear workspace, identified by email. Uses whichever of Linear's own row-menu affordances applies: 'Revoke invite' for a still-pending invite, or 'Suspend user' for an active member (both are Linear's actual removal mechanisms — there is no hard delete). Defaults to the currently active workspace; pass workspaceUrl to target another. Requires login.
Required: email. Optional: workspaceUrl.
It returns email, action, status, username, workspaceUrl.
Yes. It acts as you on linear.app: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linear.app cookies saved by the Reduck extension.
It makes changes on linear.app, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/linear.app/delete_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linear.app/delete_user
It is part of Reduck's official curated catalogue.

Start building not clicking