Web Service Documentation / Categories / Basic Account Services / Delete Custom Field
Updated on July 17, 2013
This web service deletes a custom field and all data stored associated with it.
23.0
DELETE
/dataExchangeSettings/customField/(customFieldId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials | |
Content-Type | application/xml |
Yes
Parameter Name | Description |
---|---|
customFieldId | Id to the custom field |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example deletes a custom field that has an id of 46.
DELETE /dataExchangeSettings/customField/46
The following example indicates that the custom field was successfully deleted.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>