SSM / Client / delete_patch_baseline

delete_patch_baseline#

SSM.Client.delete_patch_baseline(**kwargs)#

Deletes a patch baseline.

See also: AWS API Documentation

Request Syntax

response = client.delete_patch_baseline(
    BaselineId='string'
)
Parameters:

BaselineId (string) –

[REQUIRED]

The ID of the patch baseline to delete.

Return type:

dict

Returns:

Response Syntax

{
    'BaselineId': 'string'
}

Response Structure

  • (dict) –

    • BaselineId (string) –

      The ID of the deleted patch baseline.

Exceptions