Delete Typed Link Facet
clouddirectory_delete_typed_link_facet | R Documentation |
Deletes a TypedLinkFacet¶
Description¶
Deletes a TypedLinkFacet. For more information, see Typed Links.
Usage¶
clouddirectory_delete_typed_link_facet(SchemaArn, Name)
Arguments¶
SchemaArn |
[required] The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns. |
Name |
[required] The unique name of the typed link facet. |
Value¶
An empty list.
Request syntax¶
svc$delete_typed_link_facet(
SchemaArn = "string",
Name = "string"
)