## Remove a member from a workspace `$ cadenya workspace-admin:members remove` **delete** `/v1/account/workspaces/{workspaceId}/members/{profileId}` Revokes a member's access by deactivating their actor; the member is immediately cut off. The underlying profile is not deleted. Admin only. ### Parameters - `--workspace-id: string` The workspace to remove the member from (path). - `--profile-id: string` The profile to remove from the workspace (path). ### Example ```cli cadenya workspace-admin:members remove \ --api-key 'My API Key' \ --workspace-id workspaceId \ --profile-id profileId ```