Delete Custom Field
DELETE {{apiBaseUrl}}/v1/customField/delete?customFieldId={{customFieldId}}
This API enables users to effortlessly delete a custom field by specifying the field ID, enabling seamless removal of unnecessary fields and maintaining an organized custom field collection.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| customFieldId | string | The custom field Id needs to be passed to uniquely identify the custom field. | 
RESPONSES
status: OK
{"message":"Custom field deleted successfully."}