Delete a user from a realm
DELETE/user/:realm/users/:userId
Permanently deletes a user from an administered realm. The master-realm administrator cannot be deleted. The target realm must be active unless the caller is a superuser.
Request
Responses
- 204
- 401
- 403
- 404
- 405
The request completed successfully; no response body is returned
Authentication is required or the supplied credentials are invalid
The caller lacks the required permissions, or the target realm is inactive and the caller is not a superuser
The requested resource does not exist
The master-realm administrator cannot be deleted