curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/remove \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"id": 123
}'
{
"success": true,
"error": "<string>"
}
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-api-key: <api-key>' \
--data '{
"id": 123
}'
{
"success": true,
"error": "<string>"
}
Organization ID
OK
The response is of type object
.