Detaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name.
clouddirectory_detach_object(DirectoryArn, ParentReference, LinkName)
[required] The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.
[required] The parent reference from which the object with the specified link name is detached.
[required] The link name associated with the object that needs to be detached.
svc$detach_object( DirectoryArn = "string", ParentReference = list( Selector = "string" ), LinkName = "string" )