http://de.piksel.tech/ws/ws_vod_project/mode/json/apiv/5.0?method=delete&Use "request" param as post/delete variable for submitting json/xml request payload for all POST/DELETE requests.
Deletes an existing Vod Project
{
"request": {
"authentication": {
"app_token": "7cd207c2-6808-11e3-b865-22000a8a28ea",
"client_token": "d4c1b92c0acb102ba3e10015c5f061d1",
"user_token": "f277cb9d46e45f67f44de949cdde110f"
},
"header": {
"header_version": 1,
"api_version": "5",
"no_cache": true
},
"ws_vod_project": {
"uuid": "a1b2c3d4"
}
}
}
{
"response": {
"success": {
"code": 607,
"message": "Vod Project Deleted",
"details": ""
}
}
}