Deletes one or more online editing projects.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | DeleteEditingProject |
The operation that you want to perform. Set the value to DeleteEditingProject. |
| ProjectIds | String | Yes | fb2101bf24bf41*****cb318787dc |
The ID of the online editing project. Separate multiple IDs with commas (,). |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | 25818875-5F78-4A*****F6-D7393642CA58 |
The ID of the request. |
Examples
Sample requests
https://vod.{ApiRegion}.aliyuncs.com/?Action=DeleteEditingProject
&ProjectIds=fb2101bf24bf41*****cb318787dc
&<Common request parameters>Sample success responses
XML format
<DeleteEditingProjectResponse>
<RequestId>25818875-5F78-4A*****F6-D7393642CA58</RequestId>
</DeleteEditingProjectResponse>JSON format
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58"
}Error codes
For a list of error codes, visit the API Error Center.
SDK examples
We recommend that you use a server SDK to call this operation. For more information about the sample code that is used to call this operation in various languages, see the following topics: