# Remove user member from organization **DELETE /api/organizations/{id}/users/{userId}** Remove a user's membership from the specified organization. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the organization. - **userId** (string) The unique identifier of the user. ## Responses ### 204 The user was removed from the organization members successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The user is not a member of the organization. ### 422 Unprocessable Content [Powered by Bump.sh](https://bump.sh)