Delete Custom Entity Type
glue_delete_custom_entity_type | R Documentation |
Deletes a custom pattern by specifying its name¶
Description¶
Deletes a custom pattern by specifying its name.
Usage¶
glue_delete_custom_entity_type(Name)
Arguments¶
Name |
[required] The name of the custom pattern that you want to delete. |
Value¶
A list with the following syntax:
list(
Name = "string"
)
Request syntax¶
svc$delete_custom_entity_type(
Name = "string"
)