v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141381,185842.7 KB

Remove a label or labels from a parameter.

post/#X-Amz-Target=AmazonSSM.UnlabelParameterVersion

Headers

X-Amz-Target'AmazonSSM.UnlabelParameterVersion' required

Request body

Namestring required

The name of the parameter from which you want to delete one or more labels.

ParameterVersioninteger required

The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.

LabelsParameterLabel[] required

One or more labels to delete from the specified parameter version.

Response

Success

RemovedLabelsParameterLabel[]

A list of all labels deleted from the parameter.

InvalidLabelsParameterLabel[]

The labels that aren't attached to the given parameter version.