Glue / Client / delete_blueprint

delete_blueprint#

Glue.Client.delete_blueprint(**kwargs)#

Deletes an existing blueprint.

See also: AWS API Documentation

Request Syntax

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

Name (string) –

[REQUIRED]

The name of the blueprint to delete.

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string'
}

Response Structure

  • (dict) –

    • Name (string) –

      Returns the name of the blueprint that was deleted.

Exceptions