Deletes one or more transcoding templates from a transcoding template group or forcibly deletes a transcoding template group.
Operation description
- You cannot call this operation to delete the default transcoding template. You can delete the transcoding template when it is no longer specified as the default one.
- For security purposes, you cannot add, modify, or delete transcoding templates in a transcoding template group that is locked. To check whether a transcoding template group is locked, call the GetTranscodeTemplateGroup operation and obtain the Locked parameter from the response. To modify transcoding templates within a locked transcoding template group, you must call the UpdateTranscodeTemplateGroup operation to unlock the transcoding template group first.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
vod:DeleteTranscodeTemplateGroup | *All Resources * |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TranscodeTemplateGroupId | string | Yes | The ID of the transcoding template group. | 4c71a339fec*****152b4fa6f4527 |
TranscodeTemplateIds | string | No | The IDs of the transcoding templates that you want to delete.
| ["613702defdc4*****6a3b94cace1129e","bfd6c90253a2*****7fc054d7c5825"] |
ForceDelGroup | string | No | Specifies whether to forcibly delete the transcoding template group. Valid values:
| true |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
"NonExistTranscodeTemplateIds": [
"[\"613702defdc4*****6a3b94cace1129e\",\"bfd6c90253a2*****7fc054d7c5825\"]"
]
}
Error codes
For a list of error codes, visit the Service error codes.
Common errors
The following table describes the common errors that this operation can return.
Error code | Error message | HTTP status code | Description |
---|---|---|---|
InvalidTranscodeTemplateGroup.NotFound | The transcode template does not exist. | 404 | The error message returned because the specified transcoding template group does not exist. |
Forbidden.LockedTemplateGroup | The transcode template group has been locked. | 403 | The error message returned because the specified template group is locked and cannot be managed. To manage the template group, contact the ApsaraVideo VOD technical support. |
Forbidden.DefaultTemplateGroup | The transcode template group is default. | 403 | The error message returned because the specified transcoding template group is the default one that cannot be deleted. |