Deletes an encryption parameter. Make sure that you have the permission to call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteSecretParameter |
The operation that you want to perform. Set the value to DeleteSecretParameter. |
Name | String | Yes | MySecretParameter |
The name of the encryption parameter. The name can be up to 180 characters in length and can contain only letters, digits, hyphens (-), and underscores (_). It cannot start with ALIYUN, ACS, ALIBABA, ALICLOUD, or OOS. |
RegionId | String | No | cn-hangzhou |
The ID of the region. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C0D02BDF-77F6-49F2-95C9-8E87121D1944 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteSecretParameter
&Name=MySecretParameter
&<Common request parameters>
Sample success responses
XML
format
<RequestId>C0D02BDF-77F6-49F2-95C9-8E87121D1944</RequestId>
JSON
format
{
"RequestId": "C0D02BDF-77F6-49F2-95C9-8E87121D1944"
}
Error codes
For a list of error codes, visit the API Error Center.