/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

DetailValue
GroupAsset
From Server Version0.9.0
PermissionAdmin
MethodsDELETE
Parameters
ParameterNotesMeaning
idInteger [Required]The ID of the asset
effectStringThe name of the effect to remove
lineIntegerThe line number to remove
formatString (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"]
}]