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.
Remove a member from a workspace
cadenya workspace-admin:members remove \
--api-key 'My API Key' \
--workspace-id workspaceId \
--profile-id profileId