Delete custom field value
Last updated
Was this helpful?
Last updated
Was this helpful?
In this scenario, we have a value for one of the custom fields in a particular loan contract. Here we will see how to delete the custom field value.
The entity name (in this case, LOAN.CONTRACT_HEADER).
The loan contract number.
The field ID whose value you want to delete.
To delete the custom field value, use the following endpoint:
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/value
The sample request body is as follows:
Below you will find the response to the sample request:
The value of the custom field AssetVal
of the LOAN.CONTRACT_HEADER
entity has been deleted.