Authorizations
Path Parameters
Organization ID
Body
application/json
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
Was this page helpful?