The DeleteMediaWorkflow API deletes a media workflow. Running workflow instances are not affected.

Request parameters

Parameter Type Required or not Description
Action String Yes API of the action, system required parameter. Set this parameter to DeleteMediaWorkflow.
MediaWorkflowId String Yes ID of a media workflow.

Return parameters

None

Example

Request example

https://mts.cn-hangzhou.aliyuncs.com/?MediaWorkflowId=93ab850b4f6f44eab54b6e91d24d81d4&<public parameter>

Return example

XML

<DeleteMediaWorkflowResponse>
     <RequestId>A1326BD4-30B1-4CB6-B116-3330B877B0D4</RequestId>
</DeleteMediaWorkflowResponse>

JSON

 {
     "RequestId":"A1326BD4-30B1-4CB6-B116-3330B877B0D4"    
 }