EntityResolution / Client / delete_schema_mapping

delete_schema_mapping#

EntityResolution.Client.delete_schema_mapping(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_schema_mapping(
    schemaName='string'
)
Parameters:

schemaName (string) –

[REQUIRED]

The name of the schema to delete.

Return type:

dict

Returns:

Response Syntax

{
    'message': 'string'
}

Response Structure

  • (dict) –

    • message (string) –

      A successful operation message.

Exceptions