Endpoint
Request Headers
| Parameter | Value | Description |
|---|---|---|
| x-api-key | API Key | Your API Key used for request authorization. If both Authorization and x-api-key have values, Authorization will be used first and x-api-key will be discarded. |
| Authorization | Bearer {token} | Your API Key used for request authorization.Get Token |
Body Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
| _ids | String | true | Multiple IDs separated by commas |
Response Attributes
| Parameter | Type | Description |
|---|---|---|
| code | Integer | Interface returns business status code (1000:success) |
| msg | String | Interface returns status information |
| data | Object | Response data object |
| - successIds | Array | Successfully deleted video IDs |
| - noPermissionItems | Array | Failed deletion information list |
| — _id | String | Failed deletion video ID |
| — msg | String | Failure reason |
Example
Request Body
Request
Response
Important Notes
- You can delete multiple videos at once by separating IDs with commas
- Videos that are currently processing (status = 2) cannot be deleted; wait until they complete or fail
- You can only delete videos that belong to your account
- The
noPermissionItemsarray will contain details about any videos that could not be deleted - Deletion is permanent and cannot be undone