Steps
The following REST code snippets use plain http requests to demonstrate how to perform the operation. The WebApi code snippet demonstrates how to perform the same operation using our nuget package SuperOffice.WebApi.- RESTful REST API
- HTTP RPC Agent API
Describes how-to delete a Contact user-defined field details by prog-id or label. This deletes the admin version of the field. The layout needs to be published before the change is visible.
-
Delete the user-defined field:
Delete by ProgId
Delete by FieldLabel
-
Make sure the Contact user-defined fields are not currently being updated.
Only if the response is False, proceed to publish and complete the delete operation.
-
Publish to finalize the delete changes.