Delete Facet
clouddirectory_delete_facet | R Documentation |
Deletes a given Facet¶
Description¶
Deletes a given Facet. All attributes and Rules that are associated with the facet will be deleted. Only development schema facets are allowed deletion.
Usage¶
clouddirectory_delete_facet(SchemaArn, Name)
Arguments¶
SchemaArn |
[required] The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns. |
Name |
[required] The name of the facet to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_facet(
SchemaArn = "string",
Name = "string"
)