User Guide
custom-fields-delete 49
Filters
Results can be filtered only on field-id. You can also use the filter-out modifier on the type
parameter.
Results cannot be sorted. The default sort is by ascending
field-id.
Returned elements
custom-fields
, field
Sample results
<results>
<status code="ok" />
<custom-fields>
<field field-id="1329" custom-seq="1" account-id="7" type="optional">
<name>Department</name>
<comments>this is optional</comments>
</field>
<field field-id="1330" custom-seq="2" account-id="7"
type="required">
<name>SSN</name>
</field>
</custom-fields>
</results>
custom-fields-delete
Description
Deletes the specified account custom field.
Parameters
accesskey
The access key for the account.
Note: The accesskey parameter is required only in Breeze 4.0; it is not required for Breeze 4.1. If you
include this parameter in Breeze 4.1, it is ignored.
field-id
The ID of the field to be deleted (call the custom-fields action to obtain the ID).
Returned elements
None.
Filters
Results cannot be filtered or sorted.
Sample results
<results>
<status code="ok" />
</results>