Using Connect Enterprise Web Services |
|||
| Action reference > custom-fields-delete | |||
Breeze 4 and Breeze 5; Connect Enterprise Web Services 6
Deletes a custom field.
The value of is-primary for a custom field must be false before the field can be deleted. If is-primary is true and you want to change its value, call custom-field-update.
http://server_name/api/xml?action=custom-fields-delete &field-id=string&object-type=allowedValue&session=BreezeSessionCookieValue
|
Name |
Type |
Required |
Description |
|---|---|---|---|
field-id
|
String |
Y |
The ID of the field to be deleted. Call custom-fields-delete to obtain the ID, which is returned in the |
object-type
|
String |
Y |
The type of SCO for which the field is defined (for values, see type). |
session
|
String |
N |
The value of the |
Results cannot be filtered or sorted.
<?xml version="1.0" encoding="utf-8" ?>
<results>
<status code=allowedValue />
</results>
|
Element |
Attribute |
Type |
Description |
|---|---|---|---|
|
|
Container |
All results the action returns. |
status
|
|
Empty, with attributes |
The status of the response. |
|
|
Allowed value |
A code indicating the response status (see status). |
https://example.com/api/xml?action=custom-fields-delete&field-id=2006338719
&object-type=object-type-principal
<?xml version="1.0" encoding="utf-8" ?> <results> <status code="ok" /> </results>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/breeze/6/xml_api/04a_act9.htm