/api/asset/effects [DELETE]
Usage
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.
Details
Detail | Value |
---|---|
Group | Asset |
From Server Version | 0.9.0 |
Permission | Admin |
Methods | DELETE |
Parameters
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' |
Examples
Call
[DELETE] http://ardiserver.com/s/sitename/api/asset/effects?id=57&effect=tint
Success (XML)
<success> <behaviours> <message>Removed</message> </success>
Success (JSON)
[{ "message": ["Removed"] }]