Hello OGC Connected System People,
I am currently making an implementation of the api and I have a question about what do per spec when deleting parents of sub-resources.
So for example, lets say I have a deployment that has a subdeployment which then has a subdeployment.
So
P -> C -> NestedChild
What is the intended chain?
NestedChild moves up a level?
P -> NestedChild
or
NestedChild becomes a top-level deployment
P
NestedChild
Looking under the CREATE/REPLACE/DELETE section, it only talks about CREATE for subdeployments but nothing for DELETE
And then the deployments section also does not mention what to do if deployment was a parent

Hello OGC Connected System People,
I am currently making an implementation of the api and I have a question about what do per spec when deleting parents of sub-resources.
So for example, lets say I have a deployment that has a subdeployment which then has a subdeployment.
So
P -> C -> NestedChildWhat is the intended chain?
NestedChild moves up a level?
P -> NestedChildor
NestedChild becomes a top-level deployment
PNestedChildLooking under the CREATE/REPLACE/DELETE section, it only talks about CREATE for subdeployments but nothing for DELETE
And then the deployments section also does not mention what to do if deployment was a parent