http://de.piksel.tech/ws/ws_recycle_asset/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.
Permanently delete an asset from the recycle bin
{
"request": {
"authentication": {
"app_token": "#app_token#",
"client_token": "#client_token#",
"user_token": "#user_token#"
},
"header": {
"header_version": 1,
"api_version": "5",
"no_cache": true
},
"WsRecycleAsset": {
"assetid": 1
}
}
}
{
"response": {
"success": {
"code": 601,
"message": "Asset Deleted",
"details": ""
}
}
}