EntityResolution / Client / delete_id_mapping_workflow

delete_id_mapping_workflow#

EntityResolution.Client.delete_id_mapping_workflow(**kwargs)#

Deletes the IdMappingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.

See also: AWS API Documentation

Request Syntax

response = client.delete_id_mapping_workflow(
    workflowName='string'
)
Parameters:

workflowName (string) –

[REQUIRED]

The name of the workflow to be deleted.

Return type:

dict

Returns:

Response Syntax

{
    'message': 'string'
}

Response Structure

  • (dict) –

    • message (string) –

      A successful operation message.

Exceptions