Delete Custom Fields
To delete custom field using the id.
Delete one or more custom fields.
Below is a Sample cURL request to delete particular custom fields.
POST
https://api.evitalrx.in/v1/custom_fields/add_update_custom_field
Request Body
Name | Type | Description |
---|---|---|
apikey* | String | Authentication token |
entity | Number | type of the entity |
custom_fields | Array | Array of custom field object containing id, attribute key and module name For ex: {id: string, attribute_key: string, module: string} Valid module are: sales and customers |
action | String | delete |
Last updated