Delete organization memberships
Deletes one or more organization memberships. Currently unavailable in self-hosted ECE.
Path parameters
-
organization_id
string Required Identifier for the Organization
-
user_ids
string Required CSV list of User identifiers
Query parameters
-
force
boolean Whether or not to force the removal of Org memberships (effective only for Platform Admins)
Default value is
false
.
DELETE
/organizations/{organization_id}/members/{user_ids}
curl \
--request DELETE 'https://api.elastic-cloud.com/api/v1/organizations/{organization_id}/members/{user_ids}'