Delete a system user
DELETE/domains/:id/system-users/:systemUserId
Delete a system user.
Request
Responses
- 204
- 400
- 401
- 403
- 404
The system user was successfully deleted.
Bad request. The server cannot process the request.
Invalid or missing access token (JWT).
Not authorized to access this resource.
Entity not found.