Delete Login IP Allow List
DELETE/ip_allow_list_login/:id
Deletes a named list of CIDRs that are in the allow list for login access. If only one allow list entry exists, you will not be able to delete it while the login IP allow list is enabled.
Request
Path Parameters
id stringrequired
ID of named network
Responses
- 200
- 400
- 403
- 404
successful operation
login_ip_allow_list_not_allowed_ip_absent / login_ip_allow_list_size_only_one_entry / login_ip_allow_list_not_allowed_ip_present
login_ip_allow_list_feature_flag_disabled
not_found
Loading...