Remove Member

Remove a member from an organization. Note that you cannot invoke this function if only a single member is present to the organization.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/remove \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"id":0}'

Last updated

Was this helpful?