Removes the specified facet from the specified object.
clouddirectory_remove_facet_from_object(DirectoryArn, SchemaFacet,
  ObjectReference)An empty list.
[required] The ARN of the directory in which the object resides.
[required] The facet to remove. See SchemaFacet for details.
[required] A reference to the object to remove the facet from.
svc$remove_facet_from_object(
  DirectoryArn = "string",
  SchemaFacet = list(
    SchemaArn = "string",
    FacetName = "string"
  ),
  ObjectReference = list(
    Selector = "string"
  )
)