Remove IAM Member
Deprecated: use DeleteAdministrator instead.
Members are users with permission to administrate Zitadel on different levels. This request removes a user from the members list on an instance level. The user can still have roles on another level (organization, project).
curl -X DELETE "https://loading/members/string"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Remove an Instance Trusted Domain
Remove an Instance Trusted Domain: Deprecated: use [instance service v2 ListTrustedDomains](/reference/api/instance/zitadel.instance.v2.InstanceService.RemoveTrustedDomain) instead. Removes a domain from the list configured for this...
Remove Organization
Remove Organization: Deprecated: use [organization service v2 DeleteOrganization](/reference/api/org/zitadel.org.v2.OrganizationService.DeleteOrganization) instead. Deletes the organization and all its resources (Users...