v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01206322659.2 KB
iam

Remove one or more members from an organization

delete/orgs/{org_id}/iam/users

Path parameters

org_idstring required

Request body

emailstring nullable

Email address of the user to remove from the organization. Merged with emails when both are provided.

emailsstring[] nullable

Email addresses to remove in one request. When non-empty, batch removal is used and not-found addresses are skipped.

Response

Member(s) removed successfully

{"stackTrail":"paths:/orgs/{org_id}/iam/users:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Successful responses use HTTP 204 and do not include a body."}