56. Delete Resource Attributes

Used to delete resource attributes.

56.1 Request Data

Required Information
Name Description
action adminattributes
operation delete
format The format to return results in. Acceptable values:
  • xml Results are returned in XML format.
  • json Results are returned in JSON format.
target Resource attribute id.
Optional Information
Name Description
force Boolean - cascade the delete if the attribute has dependencies - "t" or "f"

56.2 Data Returned

Returned information:
A success or error message.

Example Request:

http://development.zonarsystems.net/interface.php?action=adminattributes&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"
    }
  }