Delete Terminology
translate_delete_terminology | R Documentation |
A synchronous action that deletes a custom terminology¶
Description¶
A synchronous action that deletes a custom terminology.
Usage¶
translate_delete_terminology(Name)
Arguments¶
Name |
[required] The name of the custom terminology being deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_terminology(
Name = "string"
)