Delete Custom Fields
To delete custom field using the id.
Last updated
Was this helpful?
To delete custom field using the id.
Last updated
Was this helpful?
Delete one or more custom fields.
Below is a Sample cURL request to delete particular custom fields.
POST
{{apiUrl}}custom_fields/add_update_custom_field
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