Detaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name.
See https://www.paws-r-sdk.com/docs/clouddirectory_detach_object/ for full documentation.
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.