Description
You can call this operation to delete one or more online editing projects.
Request parameters
Parameter | Type | Required | Description |
---|---|---|---|
Action | String | Yes | The operation that you want to perform. Set this parameter to DeleteEditingProject. |
ProjectIds | String | Yes | The ID of the online editing project. Separate multiple online editing project IDs with commas (,). |
Response parameters
Parameter | Type | Description |
---|---|---|
RequestId | String | The ID of the request. |
API examples
Sample request
http://vod.cn-shanghai.aliyuncs.com/?Action=DeleteEditingProject&ProjectIds=fb2101bf24bf41c78b2754cb318787dc&Format=JSON&<Common request parameters>
Sample response
JSON format
{
"RequestId": "25818875-5F78-4A13-BEF6-D7393642CA58"
}
SDK examples
We recommend that you use a server SDK to call this operation. For more information about the sample code used to call this operation in various languages, see the following topics: