Delete Schema Mapping
entityresolution_delete_schema_mapping | R Documentation |
Deletes the SchemaMapping with a given name¶
Description¶
Deletes the SchemaMapping
with a given name. This operation will
succeed even if a schema with the given name does not exist. This
operation will fail if there is a MatchingWorkflow
object that
references the SchemaMapping
in the workflow's InputSourceConfig
.
Usage¶
entityresolution_delete_schema_mapping(schemaName)
Arguments¶
schemaName |
[required] The name of the schema to delete. |
Value¶
A list with the following syntax:
list(
message = "string"
)
Request syntax¶
svc$delete_schema_mapping(
schemaName = "string"
)