# Remove User from Organization Removes a user from the specified organization. Endpoint: POST /organization/remove/user Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `org_id` (string, required) Org id of post /organization/remove/user request. Example: "56" - `country_code` (string, required) Country code of post /organization/remove/user request. Example: "+91" - `mobile` (string, required) Mobile of post /organization/remove/user request. Example: "6283974746" ## Response 200 fields (application/json): - `status` (string, required) Outcome of the request. Always success for 2xx responses. Enum: "success" - `message` (string, required) Short description of the successful operation outcome. Example: "Operation completed successfully" ## Response 400 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data" ## Response 401 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data"