Deletes a snapshot template.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteVodTemplate |
The operation that you want to perform. Set the value to DeleteVodTemplate. |
VodTemplateId | String | Yes | f5b228fe6930e*****d6bf55bd87789 |
The ID of the snapshot template. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 25818875-5F78-4A*****F6-D7393642CA58 |
The ID of the request. |
VodTemplateId | String | f5b228fe6930e*****d6bf55bd87789 |
The ID of the snapshot template. |
Examples
Sample requests
https://vod.{ApiRegion}.aliyuncs.com/?Action=DeleteVodTemplate
&VodTemplateId=f5b228fe6930e*****d6bf55bd87789
&<Common request parameters>
Sample success responses
XML
format
<DeleteVodTemplateResponse>
<RequestId>25818875-5F78-4A*****F6-D7393642CA58</RequestId>
<VodTemplateId>f5b228fe6930e*****d6bf55bd87789</VodTemplateId>
</DeleteVodTemplateResponse>
JSON
format
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
"VodTemplateId":"f5b228fe6930e*****d6bf55bd87789"
}
Error codes
For a list of error codes, visit the API Error Center.
SDK examples
We recommend that you use server SDKs to call this operation. You can view the sample code of different languages to call this operation by clicking the following links: