====/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|[[permission_guest|Admin]]|
|Methods|DELETE|
==Parameters==
^Parameter^Notes^Meaning^
|**id**|Integer [Required]|The [[assetid|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)==
Removed
==Success (JSON)==
[{
"message": ["Removed"]
}]