Skip to contents

Remove a user from an organization

Usage

organization_member_delete(
  id,
  username,
  url = get_default_url(),
  key = get_default_key(),
  ...
)

Arguments

id

(character, ckan_group, or ckan_organization) Identifier for the container.

username

(character or ckan_user) User to add.

url

Base url to use. Default: https://data.ontario.ca/ See also ckanr_setup and get_default_url.

key

A privileged CKAN API key, Default: your key set with ckanr_setup

...

Curl args passed on to verb-POST (optional)