You can call this operation to delete a template.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteTemplate |
The operation that you want to perform. Set the value to DeleteTemplate. |
TemplateName | String | Yes | MyTemplate |
The name of the template. The name can be up to 200 characters in length and can contain letters, digits, hyphens (-), and underscores (_). It cannot start with ALIYUN, ACS, ALIBABA, or ALICLOUD. |
RegionId | String | No | cn-hangzhou |
The ID of the region. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 2075899A-585D-4A41-A9B2-28DA8534F |
The ID of the request. |
Examples
Sample requests
http(s)://oos.cn-hangzhou.aliyuncs.com/? Action=DeleteTemplate
&TemplateName=MyTemplate
&<Common request parameters>
Sample success responses
XML
format
<DeleteTemplateResponse>
<RequestId>2075899A-585D-4A41-A9B2-28DA8534F</RequestId>
</DeleteTemplateResponse>
JSON
format
{
"RequestId":"2075899A-585D-4A41-A9B2-28DA8534F"
}
Error codes
For a list of error codes, visit the API Error Center.