Updating Cascading Select List Options via REST API

Hi,
I want to disable some of the child options with a REST API call. I can disable parent options by using " /rest/api/3/field/{fieldId}/context/{contextId}/option" endpoint, but I realized that it does not work for the options in the second level. Is there a way to disable those child options by using REST API?
Thanks in advance.