Glue / Client / delete_workflow

delete_workflow#

Glue.Client.delete_workflow(**kwargs)#

Deletes a workflow.

See also: AWS API Documentation

Request Syntax

response = client.delete_workflow(
    Name='string'
)
Parameters:

Name (string) –

[REQUIRED]

Name of the workflow to be deleted.

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string'
}

Response Structure

  • (dict) –

    • Name (string) –

      Name of the workflow specified in input.

Exceptions