Last update:2022-01-07 14:31:39
Delete the specified material through this interface.
Request method | POST/GET |
---|---|
Interface Address | https://api.cloudv.haplat.net/vod/material/deleteMaterial |
Content-Type | Only supports application/json |
If token is needed | Authentication method V3 |
Parameter | Type | Required | Remarks |
---|---|---|---|
id | string | Yes | ID of the material to be deleted |
validateOccupy | int | no | Occupancy check, default check. 0: Do not check; 1: check |
For common request parameters, please refer to the Request Syntax.
Input example
curl -X POST
http://api.cloudv.haplat.net/vod/material/deleteMaterial
-H 'content-type: application/json'
-H "Host: api.cloudv.haplat.net"
<公共的头部参数>
<自定义的头部参数>
-d '{"id"="feb8ec880172100060d1cff500000000"}'
Notes: For the “public parameter” in the example, please refer to Common Parameters.
The following error codes are related to interface service logic, the generic error code can be found at Return Result.
Error code | Description |
---|---|
1301 | User has no permission |
1004 | Parameter error, please make sure all required fields have been filled in |
1000 | Material id cannot be empty |
1004 | Material id does not exist |
1004 | Parameter error |
400 | Resources are occupied |