Remove IAM Member
DELETE/members/:userId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
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).
Request​
Responses​
- 200
- 400
- 403
- 404
- default
Member of the IAM removed
invalid user
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.