Remove organization user
DELETE
/api/v1/gen_organizations/users
Remove a user from an organization.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” organization_id
required
Organization Id
string
user_id
required
User Id
string
Responses
Section titled “ Responses ”Successful Response
BooleanResponse
Simple response returning a single boolean success status.
object
success
required
Success
Success status of the operation
boolean
Bad Request
Forbidden: You cannot update your own role, or the role of the owner, or remove yourself from the organization.
Not Found: User not found, or user is not a member of this organization.
Unprocessable Content: Validation error (e.g., invalid parameters).
Internal Server Error