Delete Id Namespace
entityresolution_delete_id_namespace | R Documentation |
Deletes the IdNamespace with a given name¶
Description¶
Deletes the IdNamespace
with a given name.
Usage¶
entityresolution_delete_id_namespace(idNamespaceName)
Arguments¶
idNamespaceName |
[required] The name of the ID namespace. |
Value¶
A list with the following syntax:
list(
message = "string"
)
Request syntax¶
svc$delete_id_namespace(
idNamespaceName = "string"
)