Remove IAM Member
DELETE/members/:userId
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.