SSM / Client / delete_parameter

delete_parameter#

SSM.Client.delete_parameter(**kwargs)#

Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

See also: AWS API Documentation

Request Syntax

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

Name (string) –

[REQUIRED]

The name of the parameter to delete.

Note

You can’t enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions