# Remove user from merchant **POST /2024-09/users/merchant-memberships/remove** Remove a user from the specified merchant ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Body: application/json (object) - **merchant_id** (string(uuid)) The UUID of the resource. - **user_id** (string(uuid)) The UUID of the resource. ## Responses ### 204 Empty response with no content ### 401 The request requires user authentication or the user is not authorized to access this resource. #### Body: application/json (object) - **message** (string) ### 404 The specified resource was not found #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)