Skip to content
Get started

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.

ParametersExpand Collapse
--workspace-id: string

The workspace to remove the member from (path).

--profile-id: string

The profile to remove from the workspace (path).

Remove a member from a workspace

cadenya workspace-admin:members remove \
  --api-key 'My API Key' \
  --workspace-id workspaceId \
  --profile-id profileId
Returns Examples