# Delete organization memberships **DELETE /organizations/{organization_id}/members/{user_ids}** Deletes one or more organization memberships. Currently unavailable in self-hosted ECE. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Path parameters - **organization_id** (string) Identifier for the Organization - **user_ids** (string) CSV list of User identifiers ### Query parameters - **force** (boolean) Whether or not to force the removal of Org memberships (effective only for Platform Admins) ## Responses ### 200 Organization membership deleted successfully #### Body: application/json (object) object ### 404 * User not found. (code: `user.not_found`) * Organization not found. (code: `organization.not_found`) * Organization membership not found. (code: `organization.membership_not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)