All Products
Search
Document Center

ApsaraVideo VOD:DeleteTranscodeTemplateGroup

Last Updated:Jul 19, 2024

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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TranscodeTemplateGroupIdstringYes

The ID of the transcoding template group.

4c71a339fec*****152b4fa6f4527
TranscodeTemplateIdsstringNo

The IDs of the transcoding templates that you want to delete.

  • Separate multiple IDs with commas (,).
  • You can specify a maximum of 10 IDs.
  • This parameter is required if you set ForceDelGroup to false or leave ForceDelGroup empty.
["613702defdc4*****6a3b94cace1129e","bfd6c90253a2*****7fc054d7c5825"]
ForceDelGroupstringNo

Specifies whether to forcibly delete the transcoding template group. Valid values:

  • true: deletes the transcoding template group and all the transcoding templates in the group.
  • false (default): deletes only the specified transcoding templates from the transcoding template group.
true

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The ID of the request.

25818875-5F78-4A*****F6-D7393642CA58
NonExistTranscodeTemplateIdsarray

The IDs of transcoding templates that were not found.

string

The ID of the transcoding template that was not found.

["613702defdc4*****6a3b94cace1129e","bfd6c90253a2*****7fc054d7c5825"]

Examples

Sample success responses

JSONformat

{
  "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 codeError messageHTTP status codeDescription
InvalidTranscodeTemplateGroup.NotFoundThe transcode template does not exist.404The error message returned because the specified transcoding template group does not exist.
Forbidden.LockedTemplateGroupThe transcode template group has been locked.403The 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.DefaultTemplateGroupThe transcode template group is default.403The error message returned because the specified transcoding template group is the default one that cannot be deleted.