Removes an effect on this asset.
Note that deleting an effect by name can cause problems if you have multiple instances of that effect. This function will delete all instances.
| Detail | Value |
|---|---|
| Group | Asset |
| From Server Version | 0.9.0 |
| Permission | Admin |
| Methods | DELETE |
| Parameter | Notes | Meaning |
|---|---|---|
| id | Integer [Required] | The ID of the asset |
| effect | String | The name of the effect to remove |
| line | Integer | The line number to remove |
| format | String (xml) | Either 'xml' or 'json' |
[DELETE] http://ardiserver.com/s/sitename/api/asset/effects?id=57&effect=tint
<success>
<behaviours>
<message>Removed</message>
</success>
[{
"message": ["Removed"]
}]