All Products
Search
Document Center

ApsaraVideo Media Processing:DeleteTemplate

Last Updated:Mar 03, 2024

Deletes a custom transcoding template.

Operation description

A custom transcoding template cannot be deleted if it is being used by a job that has been submitted.

QPS limit

You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.

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
TemplateIdstringYes

The ID of the custom transcoding template that you want to delete. To obtain the ID of the custom transcoding template, you can log on to the ApsaraVideo Media Processing (MPS) console and choose Global Settings > Encoding Templates in the left-side navigation pane.

16f01ad6175e4230ac42bb5182cd****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

2247541A-9F27-47EE-B6EC-484B5475****
TemplateIdstring

The ID of the custom transcoding template that is deleted.

16f01ad6175e4230ac42bb5182cd****

Examples

Sample success responses

JSONformat

{
  "RequestId": "2247541A-9F27-47EE-B6EC-484B5475****",
  "TemplateId": "16f01ad6175e4230ac42bb5182cd****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history