Used to delete resource attribute filters.
| Required Information | |
|---|---|
| Name | Description |
| action | attributefilters |
| operation | delete |
| format |
The format to return results in. Acceptable values:
|
| target | Attribute Filter id. |
Returned information:
A success or error message.
Example Request:
http://development.zonarsystems.net/interface.php?action=attributefilters&operation=delete&format=xml&target=332
Example Success Reply XML:
<?xml version="1.0"?>
<success ver="1.07">
<action>adminattributes</action>
</success>
Example Success Reply JSON:
{
"success": {
"ver": "1.07",
"action": "adminattributes"
}
}