Last updated 11 months ago
Was this helpful?
Remove a member from an organization. Note that you cannot invoke this function if only a single member is present to the organization.
Organization ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/remove' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "id": 1 }'
{ "success": true, "error": "text" }